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 SummaryFields Modifier and Type Field Description static java.lang.StringABOUT_HELP_TOPICName of the help topic for "About" domain objects and Ghidrastatic java.lang.StringFRONT_END_HELP_TOPICName of help topic for the front end (Ghidra Project Window)static java.lang.StringHELP_CONTENTS_MENU_GROUPA group for actions that link directly to help contentstatic intLARGE_ICON_SIZEThe large icon size (height and width)static intMEDIUM_ICON_SIZEThe medium icon size (height and width)static java.lang.StringMENU_ANALYSISUsed when placing an action in the "Analysis" menu of the toolstatic java.lang.StringMENU_EDITUsed when placing an action in the "Edit" menu of the toolstatic java.lang.StringMENU_FILEUsed when placing an action in the "File" menu of the toolstatic java.lang.StringMENU_HELPUsed when placing an action in the "About" menu of the toolstatic java.lang.StringMENU_NAVIGATIONUsed when placing a PluginAction in the "Navigation" menu of the toolstatic java.lang.StringMENU_NAVIGATION_GROUP_WINDOWSGroup name for actions to navigate between windowsstatic java.lang.StringMENU_PROJECTUsed when placing an action in the "Project" menu of the toolstatic java.lang.StringMENU_SEARCHUsed when placing an action in the "Search" menu of the toolstatic java.lang.StringMENU_SELECTIONUsed when placing an action in the "Selection" menu of the toolstatic java.lang.StringMENU_TOOLSUsed when placing an action in the "Tools" menu of the toolstatic java.lang.StringNEXT_CODE_UNIT_NAVIGATION_MENU_GROUPUsed for navigation-based actionstatic java.lang.StringNO_ACTIVE_PROJECTNode name used in the Data tree when a project is not openstatic intSMALL_ICON_SIZEThe small icon size (height and width)static java.lang.StringTOOL_HELP_TOPICName of help topic for the Toolstatic java.lang.StringTOOL_OPTIONSName of options for a toolstatic java.lang.StringTOOL_OPTIONS_MENU_GROUPConstant for the options menu group for the Tool Options menu itemstatic java.lang.StringTOOL_OWNERThis is used when an action has the tool as its owner- 
Fields inherited from interface docking.tool.util.DockingToolConstantsKEY_BINDINGS
 
- 
 
- 
- 
- 
Field Detail- 
MENU_FILEstatic final java.lang.String MENU_FILE Used when placing an action in the "File" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_EDITstatic final java.lang.String MENU_EDIT Used when placing an action in the "Edit" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_NAVIGATIONstatic final java.lang.String MENU_NAVIGATION Used when placing a PluginAction in the "Navigation" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_NAVIGATION_GROUP_WINDOWSstatic final java.lang.String MENU_NAVIGATION_GROUP_WINDOWS Group name for actions to navigate between windows- See Also:
- Constant Field Values
 
 - 
MENU_SEARCHstatic final java.lang.String MENU_SEARCH Used when placing an action in the "Search" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_SELECTIONstatic final java.lang.String MENU_SELECTION Used when placing an action in the "Selection" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_HELPstatic final java.lang.String MENU_HELP Used when placing an action in the "About" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_ANALYSISstatic final java.lang.String MENU_ANALYSIS Used when placing an action in the "Analysis" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_PROJECTstatic final java.lang.String MENU_PROJECT Used when placing an action in the "Project" menu of the tool- See Also:
- Constant Field Values
 
 - 
MENU_TOOLSstatic final java.lang.String MENU_TOOLS Used when placing an action in the "Tools" menu of the tool- See Also:
- Constant Field Values
 
 - 
HELP_CONTENTS_MENU_GROUPstatic final java.lang.String HELP_CONTENTS_MENU_GROUP A group for actions that link directly to help content- See Also:
- Constant Field Values
 
 - 
NEXT_CODE_UNIT_NAVIGATION_MENU_GROUPstatic final java.lang.String NEXT_CODE_UNIT_NAVIGATION_MENU_GROUP Used for navigation-based action- See Also:
- Constant Field Values
 
 - 
TOOL_OPTIONS_MENU_GROUPstatic final java.lang.String TOOL_OPTIONS_MENU_GROUP Constant for the options menu group for the Tool Options menu item- See Also:
- Constant Field Values
 
 - 
NO_ACTIVE_PROJECTstatic final java.lang.String NO_ACTIVE_PROJECT Node name used in the Data tree when a project is not open- See Also:
- Constant Field Values
 
 - 
TOOL_OWNERstatic final java.lang.String TOOL_OWNER This is used when an action has the tool as its owner- See Also:
- Constant Field Values
 
 - 
TOOL_OPTIONSstatic final java.lang.String TOOL_OPTIONS Name of options for a tool- See Also:
- Constant Field Values
 
 - 
ABOUT_HELP_TOPICstatic final java.lang.String ABOUT_HELP_TOPIC Name of the help topic for "About" domain objects and Ghidra- See Also:
- Constant Field Values
 
 - 
FRONT_END_HELP_TOPICstatic final java.lang.String FRONT_END_HELP_TOPIC Name of help topic for the front end (Ghidra Project Window)- See Also:
- Constant Field Values
 
 - 
TOOL_HELP_TOPICstatic final java.lang.String TOOL_HELP_TOPIC Name of help topic for the Tool- See Also:
- Constant Field Values
 
 - 
LARGE_ICON_SIZEstatic final int LARGE_ICON_SIZE The large icon size (height and width)- See Also:
- Constant Field Values
 
 - 
MEDIUM_ICON_SIZEstatic final int MEDIUM_ICON_SIZE The medium icon size (height and width)- See Also:
- Constant Field Values
 
 - 
SMALL_ICON_SIZEstatic final int SMALL_ICON_SIZE The small icon size (height and width)- See Also:
- Constant Field Values
 
 
- 
 
-