Package ghidra.app.cmd.module
Class ReorderModuleCmd
java.lang.Object
ghidra.app.cmd.module.ReorderModuleCmd
Command to reorder children in a module.
-
Constructor Summary
ConstructorsConstructorDescriptionReorderModuleCmd(String treeName, String parentModuleName, String childName, int index) Constructor for ReorderModuleCmd. -
Method Summary
-
Constructor Details
-
ReorderModuleCmd
Constructor for ReorderModuleCmd.- Parameters:
treeName- tree that contains the parent module identified by the parentModuleNameparentModuleName- name of the module with the children to reorderchildName- name of the child to move to the new indexindex- new index for the child
-
-
Method Details
-
applyTo
Description copied from interface:CommandApplies the command to the given domain object. -
getStatusMsg
Description copied from interface:CommandReturns the status message indicating the status of the command.- Specified by:
getStatusMsgin interfaceCommand<Program>- Returns:
- reason for failure, or null if the status of the command was successful
-
getName
Description copied from interface:CommandReturns the name of this command.
-