Class OpenWithFSBFileHandler
java.lang.Object
ghidra.plugins.fsbrowser.filehandlers.OpenWithFSBFileHandler
- All Implemented Interfaces:
FSBFileHandler
,ExtensionPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofDockingAction
s that should be added to a popup menu.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
createActions, fileDefaultAction, fileFocused
-
Constructor Details
-
OpenWithFSBFileHandler
public OpenWithFSBFileHandler()
-
-
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
-
getPopupProviderActions
Description copied from interface:FSBFileHandler
Returns a list ofDockingAction
s that should be added to a popup menu. Called each time a fsb browser tree popup menu is created.Only use this method to provide actions when the actions need to be created freshly for each popup event. Normal long-lived actions should be published by the
FSBFileHandler.createActions()
method.- Specified by:
getPopupProviderActions
in interfaceFSBFileHandler
- Returns:
- list of
DockingAction
s
-