Package docking.tool
Interface ToolConstants
- All Superinterfaces:
DockingToolConstants
Values used to define standard menu names and other miscellaneous constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the help topic for "About" domain objects and Ghidrastatic final String
File Import options namestatic final String
Name of help topic for the front end (Ghidra Project Window)static final String
Graph options namestatic final String
A group for actions that link directly to help contentstatic final String
Used when placing an action in the "Analysis" menu of the toolstatic final String
Used when placing an action in the "Edit" menu of the toolstatic final String
Used when placing an action in the "File" menu of the toolstatic final String
Used when placing an action in the "Graph" menu of the toolstatic final String
Used for navigation-based actionstatic final String
Used when placing an action in the "About" menu of the toolstatic final String
Used when placing a PluginAction in the "Navigation" menu of the toolstatic final String
Group name for actions to navigate between windowsstatic final String
Used when placing an action in the "Project" menu of the toolstatic final String
Used when placing an action in the "Search" menu of the toolstatic final String
Used when placing an action in the "Selection" menu of the toolstatic final String
Used when placing an action in the "Tools" menu of the toolstatic final String
Node name used in the Data tree when a project is not openstatic final String
This is used when many actions wish to share a key binding.static final String
Name of help topic for the Toolstatic final String
Tool options namestatic final String
Constant for the options menu group for the Tool Options menu itemstatic final String
This is used when an action has the tool as its ownerstatic final String
Primary toolbar group number 4, starting from the leftstatic final String
Primary toolbar group number 1, starting from the leftstatic final String
Primary toolbar group number 3, starting from the leftstatic final String
Primary toolbar group number 2, starting from the leftFields inherited from interface docking.tool.util.DockingToolConstants
KEY_BINDINGS
-
Field Details
-
MENU_FILE
Used when placing an action in the "File" menu of the tool- See Also:
-
MENU_EDIT
Used when placing an action in the "Edit" menu of the tool- See Also:
-
MENU_NAVIGATION
Used when placing a PluginAction in the "Navigation" menu of the tool- See Also:
-
MENU_NAVIGATION_GROUP_WINDOWS
Group name for actions to navigate between windows- See Also:
-
MENU_SEARCH
Used when placing an action in the "Search" menu of the tool- See Also:
-
MENU_SELECTION
Used when placing an action in the "Selection" menu of the tool- See Also:
-
MENU_HELP
Used when placing an action in the "About" menu of the tool- See Also:
-
MENU_ANALYSIS
Used when placing an action in the "Analysis" menu of the tool- See Also:
-
MENU_GRAPH
Used when placing an action in the "Graph" menu of the tool- See Also:
-
MENU_PROJECT
Used when placing an action in the "Project" menu of the tool- See Also:
-
MENU_TOOLS
Used when placing an action in the "Tools" menu of the tool- See Also:
-
HELP_CONTENTS_MENU_GROUP
A group for actions that link directly to help content- See Also:
-
TOOL_OPTIONS_MENU_GROUP
Constant for the options menu group for the Tool Options menu item- See Also:
-
NO_ACTIVE_PROJECT
Node name used in the Data tree when a project is not open- See Also:
-
TOOL_OWNER
This is used when an action has the tool as its owner- See Also:
-
SHARED_OWNER
This is used when many actions wish to share a key binding.- See Also:
-
TOOL_OPTIONS
Tool options name- See Also:
-
FILE_IMPORT_OPTIONS
File Import options name- See Also:
-
GRAPH_OPTIONS
Graph options name- See Also:
-
ABOUT_HELP_TOPIC
Name of the help topic for "About" domain objects and Ghidra- See Also:
-
FRONT_END_HELP_TOPIC
Name of help topic for the front end (Ghidra Project Window)- See Also:
-
TOOL_HELP_TOPIC
Name of help topic for the Tool- See Also:
-
MENU_GROUP_NEXT_CODE_UNIT_NAV
Used for navigation-based action- See Also:
-
TOOLBAR_GROUP_ONE
Primary toolbar group number 1, starting from the left- See Also:
-
TOOLBAR_GROUP_TWO
Primary toolbar group number 2, starting from the left- See Also:
-
TOOLBAR_GROUP_THREE
Primary toolbar group number 3, starting from the left- See Also:
-
TOOLBAR_GROUP_FOUR
Primary toolbar group number 4, starting from the left- See Also:
-