Class LibrarySearchPathFSBFileHandler
java.lang.Object
ghidra.plugins.fsbrowser.filehandlers.LibrarySearchPathFSBFileHandler
- All Implemented Interfaces:
FSBFileHandler
,ExtensionPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofDockingAction
s that should beadded
to theFSBComponentProvider
tree as local actions.void
init
(FSBFileHandlerContext context) Called once after creation of each instance to provide useful infoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.plugins.fsbrowser.FSBFileHandler
fileDefaultAction, fileFocused, getPopupProviderActions
-
Constructor Details
-
LibrarySearchPathFSBFileHandler
public LibrarySearchPathFSBFileHandler()
-
-
Method Details
-
init
Description copied from interface:FSBFileHandler
Called once after creation of each instance to provide useful info- Specified by:
init
in interfaceFSBFileHandler
- Parameters:
context
- references to useful objects and services
-
createActions
Description copied from interface:FSBFileHandler
Returns a list ofDockingAction
s that should beadded
to theFSBComponentProvider
tree as local actions.- Specified by:
createActions
in interfaceFSBFileHandler
- Returns:
- list of
DockingAction
s
-