Package docking.tool

Interface ToolConstants

All Superinterfaces:
DockingToolConstants

public interface ToolConstants extends DockingToolConstants
Values used to define standard menu names and other miscellaneous constants
  • Field Details

    • HELP_CONTENTS_MENU_GROUP

      static final String HELP_CONTENTS_MENU_GROUP
      A group for actions that link directly to help content
      See Also:
    • TOOL_OPTIONS_MENU_GROUP

      static final String TOOL_OPTIONS_MENU_GROUP
      Constant for the options menu group for the Tool Options menu item
      See Also:
    • NO_ACTIVE_PROJECT

      static final String NO_ACTIVE_PROJECT
      Node name used in the Data tree when a project is not open
      See Also:
    • TOOL_OWNER

      static final String TOOL_OWNER
      This is used when an action has the tool as its owner
      See Also:
    • SHARED_OWNER

      static final String SHARED_OWNER
      This is used when many actions wish to share a key binding.
      See Also:
    • TOOL_OPTIONS

      static final String TOOL_OPTIONS
      Tool options name
      See Also:
    • FILE_IMPORT_OPTIONS

      static final String FILE_IMPORT_OPTIONS
      File Import options name
      See Also:
    • GRAPH_OPTIONS

      static final String GRAPH_OPTIONS
      Graph options name
      See Also:
    • ABOUT_HELP_TOPIC

      static final String ABOUT_HELP_TOPIC
      Name of the help topic for "About" domain objects and Ghidra
      See Also:
    • FRONT_END_HELP_TOPIC

      static final String FRONT_END_HELP_TOPIC
      Name of help topic for the front end (Ghidra Project Window)
      See Also:
    • TOOL_HELP_TOPIC

      static final String TOOL_HELP_TOPIC
      Name of help topic for the Tool
      See Also:
    • TOOLBAR_GROUP_ONE

      static final String TOOLBAR_GROUP_ONE
      Primary toolbar group number 1, starting from the left
      See Also:
    • TOOLBAR_GROUP_TWO

      static final String TOOLBAR_GROUP_TWO
      Primary toolbar group number 2, starting from the left
      See Also:
    • TOOLBAR_GROUP_THREE

      static final String TOOLBAR_GROUP_THREE
      Primary toolbar group number 3, starting from the left
      See Also:
    • TOOLBAR_GROUP_FOUR

      static final String TOOLBAR_GROUP_FOUR
      Primary toolbar group number 4, starting from the left
      See Also: