Class ReorderModuleCmd

java.lang.Object
ghidra.app.cmd.module.ReorderModuleCmd
All Implemented Interfaces:
Command

public class ReorderModuleCmd extends Object implements Command
Command to reorder children in a module.
  • Constructor Details

    • ReorderModuleCmd

      public ReorderModuleCmd(String treeName, String parentModuleName, String childName, int index)
      Constructor for ReorderModuleCmd.
      Parameters:
      treeName - tree that contains the parent module identified by the parentModuleName
      parentModuleName - name of the module with the children to reorder
      childName - name of the child to move to the new index
      index - new index for the child
  • Method Details