Package ghidra.app.util
Interface PluginConstants
- 
 public interface PluginConstantsMiscellaneous defined constants
- 
- 
Field SummaryFields Modifier and Type Field Description static charANYSINGLECHAR_WILDCARD_CHARWildcard char for a single char.static charANYSUBSTRING_WILDCARD_CHARWildcard char for any string.static java.lang.StringAUTO_RESTRICT_SELECTIONstatic java.lang.StringBOOKMARKSstatic java.lang.StringBYTE_VIEWERstatic java.lang.StringCATEGORY_DELIMITERDelimiter used to denote sub-categories for specifying a plugin's category.static java.lang.StringCODE_BROWSERstatic intDEFAULT_SEARCH_LIMITThe default search limit.static java.lang.StringDEFAULT_TREE_NAMEDefault name for the default program treestatic java.lang.StringDEVELOPPlugin descriptive name suffix used when a Plugin is still in "development" stage and needs more work to get to the "prototype" stage.static java.lang.StringMEMORY_MAPstatic java.lang.StringPRE_POPULATE_MEM_SEARCHstatic java.lang.StringPROTOTYPEPlugin descriptive name suffix used when a Plugin is still in a "prototype" stage, where a test plan hasn't been fully written to thoroughly test the plugin's functionality to stamp it "released".static java.awt.ColorSEARCH_HIGHLIGHT_COLORColor for highlighting for searches.static java.lang.StringSEARCH_HIGHLIGHT_COLOR_NAMEOption name for highlight colorstatic java.awt.ColorSEARCH_HIGHLIGHT_CURRENT_ADDR_COLORDefault highlight color used when something to highlight is at the current address.static java.lang.StringSEARCH_HIGHLIGHT_CURRENT_COLOR_NAMEOption name for highlight color used when something to highlight is at the current address.static java.lang.StringSEARCH_HIGHLIGHT_NAMEOption name for whether to highlight search results.static java.lang.StringSEARCH_OPTION_NAMEName of the Options object for Search.
 
- 
- 
- 
Field Detail- 
CATEGORY_DELIMITERstatic final java.lang.String CATEGORY_DELIMITER Delimiter used to denote sub-categories for specifying a plugin's category.- See Also:
- Constant Field Values
 
 - 
PROTOTYPEstatic final java.lang.String PROTOTYPE Plugin descriptive name suffix used when a Plugin is still in a "prototype" stage, where a test plan hasn't been fully written to thoroughly test the plugin's functionality to stamp it "released".- See Also:
- Constant Field Values
 
 - 
DEVELOPstatic final java.lang.String DEVELOP Plugin descriptive name suffix used when a Plugin is still in "development" stage and needs more work to get to the "prototype" stage.- See Also:
- Constant Field Values
 
 - 
DEFAULT_TREE_NAMEstatic final java.lang.String DEFAULT_TREE_NAME Default name for the default program tree- See Also:
- Constant Field Values
 
 - 
DEFAULT_SEARCH_LIMITstatic final int DEFAULT_SEARCH_LIMIT The default search limit.- See Also:
- Constant Field Values
 
 - 
ANYSUBSTRING_WILDCARD_CHARstatic final char ANYSUBSTRING_WILDCARD_CHAR Wildcard char for any string.- See Also:
- Constant Field Values
 
 - 
ANYSINGLECHAR_WILDCARD_CHARstatic final char ANYSINGLECHAR_WILDCARD_CHAR Wildcard char for a single char.- See Also:
- Constant Field Values
 
 - 
CODE_BROWSERstatic final java.lang.String CODE_BROWSER - See Also:
- Constant Field Values
 
 - 
MEMORY_MAPstatic final java.lang.String MEMORY_MAP - See Also:
- Constant Field Values
 
 - 
BYTE_VIEWERstatic final java.lang.String BYTE_VIEWER - See Also:
- Constant Field Values
 
 - 
BOOKMARKSstatic final java.lang.String BOOKMARKS - See Also:
- Constant Field Values
 
 - 
PRE_POPULATE_MEM_SEARCHstatic final java.lang.String PRE_POPULATE_MEM_SEARCH - See Also:
- Constant Field Values
 
 - 
AUTO_RESTRICT_SELECTIONstatic final java.lang.String AUTO_RESTRICT_SELECTION - See Also:
- Constant Field Values
 
 - 
SEARCH_OPTION_NAMEstatic final java.lang.String SEARCH_OPTION_NAME Name of the Options object for Search.- See Also:
- Constant Field Values
 
 - 
SEARCH_HIGHLIGHT_COLOR_NAMEstatic final java.lang.String SEARCH_HIGHLIGHT_COLOR_NAME Option name for highlight color- See Also:
- Constant Field Values
 
 - 
SEARCH_HIGHLIGHT_CURRENT_COLOR_NAMEstatic final java.lang.String SEARCH_HIGHLIGHT_CURRENT_COLOR_NAME Option name for highlight color used when something to highlight is at the current address.- See Also:
- Constant Field Values
 
 - 
SEARCH_HIGHLIGHT_NAMEstatic final java.lang.String SEARCH_HIGHLIGHT_NAME Option name for whether to highlight search results.- See Also:
- Constant Field Values
 
 - 
SEARCH_HIGHLIGHT_COLORstatic final java.awt.Color SEARCH_HIGHLIGHT_COLOR Color for highlighting for searches.
 - 
SEARCH_HIGHLIGHT_CURRENT_ADDR_COLORstatic final java.awt.Color SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR Default highlight color used when something to highlight is at the current address.
 
- 
 
-