Analyzer |
NOTE: ALL ANALYZER CLASSES MUST END IN "Analyzer".
|
BlockModelService |
Service for providing block models.
|
BlockModelServiceListener |
Listener interface for BlockModelService.
|
BookmarkService |
|
ButtonPressedListener |
Listener that is notified when a mouse button is pressed.
|
ClipboardContentProviderService |
ClipboardContentProvider determines what types of
transfer data can be placed on the clipboard, and cut, copy, and paste.
|
ClipboardService |
|
CodeFormatService |
Service provided by a plugin that gives access to a manager for the field formats used by a
listing.
|
CodeViewerService |
Service provided by a plugin that shows the listing from a Program, i.e., a
Code Viewer.
|
ConsoleService |
Generic console interface allowing any plugin to print
messages to console window.
|
CoordinatedListingPanelListener |
|
DataService |
Data Creation service.
|
DataTypeManagerService |
Service to provide list of cycle groups and data types identified as
"favorites." Favorites will show up on the popup menu for creating
data and defining function return types and parameters.
|
DataTypeQueryService |
Simplified datatype service interface to provide query capabilities
to a set of open datatype managers
|
DataTypeReferenceFinder |
An interface for extension points to implement.
|
EclipseIntegrationService |
Service that provides Eclipse-related functionality.
|
FieldMouseHandlerService |
|
FileImporterService |
Service for importing files into Ghidra.
|
FileSystemBrowserService |
A service to interact with file systems.
|
GhidraScriptService |
|
GoToOverrideService |
|
GoToService |
The GoToService provides a general service for plugins to generate GoTo
events.
|
GoToServiceListener |
Listener that is notified when the GOTO completes.
|
GraphService |
Service for getting a Graph display.
|
HoverService |
HoverService provides the ability to popup data Windows over a Field viewer
in response to the mouse hovering over a single Field.
|
MarkerListener |
Listener for MarkerManager's created from the MarkerService.
|
MarkerService |
Service to manage navigation markers displayed around a scrollable window
like the codebrowser.
|
MarkerSet |
Defines methods for working with a set of addresses that correspond to
markers.
|
MemorySearchService |
|
NavigationHistoryService |
The ToolStateHistoryService maintains a stack of locations that the user
has visited via a navigation plugin.
|
ProgramManager |
Service for managing programs.
|
ProgramTreeService |
Service provided by the program tree plugin to get the current view
(address set shown in the Code Browser),
and the name of the tree currently being viewed.
|
StringTranslationService |
Interface for providing string translating services.
|
TextEditorService |
|
ViewManagerService |
Service to manage generic views; the view controls what shows up in the code
browser.
|
ViewService |
Base interface class for the view providers and view manager service.
|