Class HorizontalRuleAction

java.lang.Object
docking.action.DockingAction
ghidra.base.actions.HorizontalRuleAction
All Implemented Interfaces:
DockingActionIf, HelpDescriptor

public class HorizontalRuleAction extends DockingAction
An action that can be added to a menu in order to separate menu items into groups
  • Constructor Details

    • HorizontalRuleAction

      public HorizontalRuleAction(String owner, String topName, String bottomName)
      Constructor
      Parameters:
      owner - the action owner
      topName - the name that will appear above the separator bar
      bottomName - the name that will appear below the separator bar
  • Method Details