Package ghidra.app.util
Interface SearchConstants
public interface SearchConstants
Miscellaneous constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe default search limit.static final GColorstatic final StringColor for highlighting for searches.static final GColorstatic 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 StringOption for the max number of hits found in a search; the search stops when it reaches this limit.static final StringName 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_LIMIT_NAME
Option for the max number of hits found in a search; the search stops when it reaches this limit.- 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
-