Package ghidra.app.util
Interface PluginConstants
-
public interface PluginConstants
Miscellaneous defined constants
-
-
Field Summary
Fields Modifier and Type Field Description static char
ANYSINGLECHAR_WILDCARD_CHAR
Wildcard char for a single char.static char
ANYSUBSTRING_WILDCARD_CHAR
Wildcard char for any string.static java.lang.String
AUTO_RESTRICT_SELECTION
static java.lang.String
BOOKMARKS
static java.lang.String
BYTE_VIEWER
static java.lang.String
CATEGORY_DELIMITER
Delimiter used to denote sub-categories for specifying a plugin's category.static java.lang.String
CODE_BROWSER
static int
DEFAULT_SEARCH_LIMIT
The default search limit.static java.lang.String
DEFAULT_TREE_NAME
Default name for the default program treestatic 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.static java.lang.String
MEMORY_MAP
static java.lang.String
PRE_POPULATE_MEM_SEARCH
static 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".static java.awt.Color
SEARCH_HIGHLIGHT_COLOR
Color for highlighting for searches.static java.lang.String
SEARCH_HIGHLIGHT_COLOR_NAME
Option name for highlight colorstatic java.awt.Color
SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
Default highlight color used when something to highlight is at the current address.static java.lang.String
SEARCH_HIGHLIGHT_CURRENT_COLOR_NAME
Option name for highlight color used when something to highlight is at the current address.static java.lang.String
SEARCH_HIGHLIGHT_NAME
Option name for whether to highlight search results.static java.lang.String
SEARCH_OPTION_NAME
Name of the Options object for Search.
-
-
-
Field Detail
-
CATEGORY_DELIMITER
static final java.lang.String CATEGORY_DELIMITER
Delimiter used to denote sub-categories for specifying a plugin's category.- See Also:
- Constant Field Values
-
PROTOTYPE
static 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
-
DEVELOP
static 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_NAME
static final java.lang.String DEFAULT_TREE_NAME
Default name for the default program tree- See Also:
- Constant Field Values
-
DEFAULT_SEARCH_LIMIT
static final int DEFAULT_SEARCH_LIMIT
The default search limit.- See Also:
- Constant Field Values
-
ANYSUBSTRING_WILDCARD_CHAR
static final char ANYSUBSTRING_WILDCARD_CHAR
Wildcard char for any string.- See Also:
- Constant Field Values
-
ANYSINGLECHAR_WILDCARD_CHAR
static final char ANYSINGLECHAR_WILDCARD_CHAR
Wildcard char for a single char.- See Also:
- Constant Field Values
-
CODE_BROWSER
static final java.lang.String CODE_BROWSER
- See Also:
- Constant Field Values
-
MEMORY_MAP
static final java.lang.String MEMORY_MAP
- See Also:
- Constant Field Values
-
BYTE_VIEWER
static final java.lang.String BYTE_VIEWER
- See Also:
- Constant Field Values
-
BOOKMARKS
static final java.lang.String BOOKMARKS
- See Also:
- Constant Field Values
-
PRE_POPULATE_MEM_SEARCH
static final java.lang.String PRE_POPULATE_MEM_SEARCH
- See Also:
- Constant Field Values
-
AUTO_RESTRICT_SELECTION
static final java.lang.String AUTO_RESTRICT_SELECTION
- See Also:
- Constant Field Values
-
SEARCH_OPTION_NAME
static final java.lang.String SEARCH_OPTION_NAME
Name of the Options object for Search.- See Also:
- Constant Field Values
-
SEARCH_HIGHLIGHT_COLOR_NAME
static final java.lang.String SEARCH_HIGHLIGHT_COLOR_NAME
Option name for highlight color- See Also:
- Constant Field Values
-
SEARCH_HIGHLIGHT_CURRENT_COLOR_NAME
static 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_NAME
static final java.lang.String SEARCH_HIGHLIGHT_NAME
Option name for whether to highlight search results.- See Also:
- Constant Field Values
-
SEARCH_HIGHLIGHT_COLOR
static final java.awt.Color SEARCH_HIGHLIGHT_COLOR
Color for highlighting for searches.
-
SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
static final java.awt.Color SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
Default highlight color used when something to highlight is at the current address.
-
-