Package ghidra.app.util
Interface PluginConstants
public interface PluginConstants
Miscellaneous defined constants
-
Field Summary
FieldsChangeModifier and TypeFieldDescriptionstatic final charWildcard char for a single char.static final charWildcard char for any string.static final Stringstatic final Stringstatic final Stringstatic final StringDelimiter used to denote sub-categories for specifying a plugin's category.static final Stringstatic final intThe default search limit.static final StringDefault name for the default program treestatic final StringPlugin descriptive name suffix used when a Plugin is still in "development" stage and needs more work to get to the "prototype" stage.static final Stringstatic final Stringstatic final StringPlugin 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".MODIFIEDstatic final GColorNEWstatic final StringColor for highlighting for searches.MODIFIEDstatic final GColorNEWstatic final StringDefault highlight color used when something to highlight is at the current address.static final StringOption name for whether to highlight search results.static final StringName of the Options object for Search.REMOVEDRemovedREMOVEDRemoved
-
Field Details
-
CATEGORY_DELIMITER
Delimiter used to denote sub-categories for specifying a plugin's category.- See Also:
-
- Constant Field Values
-
SEARCH_HIGHLIGHT_COLOR_NAME REMOVED
static String SEARCH_HIGHLIGHT_COLOR_NAME
-
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:
-
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:
-
DEFAULT_TREE_NAME
Default name for the default program tree- See Also:
-
DEFAULT_SEARCH_LIMIT
static final int DEFAULT_SEARCH_LIMITThe default search limit.- See Also:
-
ANYSUBSTRING_WILDCARD_CHAR
static final char ANYSUBSTRING_WILDCARD_CHARWildcard char for any string.- See Also:
-
ANYSINGLECHAR_WILDCARD_CHAR
static final char ANYSINGLECHAR_WILDCARD_CHARWildcard char for a single char.- See Also:
-
CODE_BROWSER
- See Also:
-
MEMORY_MAP
- See Also:
-
BYTE_VIEWER
- See Also:
-
BOOKMARKS
- See Also:
-
PRE_POPULATE_MEM_SEARCH
- See Also:
-
AUTO_RESTRICT_SELECTION
- See Also:
-
SEARCH_OPTION_NAME
Name of the Options object for Search.- See Also:
-
SEARCH_HIGHLIGHT_NAME
Option name for whether to highlight search results.- See Also:
-
SEARCH_HIGHLIGHT_COLOR_OPTION_NAME NEW
Color for highlighting for searches.- See Also:
-
SEARCH_HIGHLIGHT_COLOR MODIFIED
type: Color → GColor-static java.awt.Color SEARCH_HIGHLIGHT_COLOR+static generic.theme.GColor SEARCH_HIGHLIGHT_COLOR -
SEARCH_HIGHLIGHT_CURRENT_COLOR_OPTION_NAME NEW
Default highlight color used when something to highlight is at the current address.- See Also:
-
SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR MODIFIED
type: Color → GColor-static java.awt.Color SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR+static generic.theme.GColor SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
-