Package ghidra.app.util
Interface SearchConstants
public interface SearchConstants
Miscellaneous constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The default search limit.static final GColor
static final String
Color for highlighting for searches.static final GColor
static final String
Default highlight color used when something to highlight is at the current address.static final String
Option name for whether to highlight search results.static final String
Name of the Options object for Search.
-
Field Details
-
DEFAULT_SEARCH_LIMIT
static final int DEFAULT_SEARCH_LIMITThe default search limit.- 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
Color for highlighting for searches.- See Also:
-
SEARCH_HIGHLIGHT_COLOR
-
SEARCH_HIGHLIGHT_CURRENT_COLOR_OPTION_NAME
Default highlight color used when something to highlight is at the current address.- See Also:
-
SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
-