Class GetInfoFSBFileHandler
java.lang.Object
ghidra.plugins.fsbrowser.filehandlers.GetInfoFSBFileHandler
- All Implemented Interfaces:
FSBFileHandler
,ExtensionPoint
-
Field Summary
-
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
-
Field Details
-
FSB_GET_INFO
- See Also:
-
-
Constructor Details
-
GetInfoFSBFileHandler
public GetInfoFSBFileHandler()
-
-
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
-