Class ListMountedFSBFileHandler
java.lang.Object
ghidra.plugins.fsbrowser.filehandlers.ListMountedFSBFileHandler
- All Implemented Interfaces:
FSBFileHandler,ExtensionPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofDockingActions that should beaddedto theFSBComponentProvidertree as local actions.voidinit(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, waitMethods inherited from interface ghidra.plugins.fsbrowser.FSBFileHandler
fileDefaultAction, fileFocused, getPopupProviderActions
-
Constructor Details
-
ListMountedFSBFileHandler
public ListMountedFSBFileHandler()
-
-
Method Details
-
init
Description copied from interface:FSBFileHandlerCalled once after creation of each instance to provide useful info- Specified by:
initin interfaceFSBFileHandler- Parameters:
context- references to useful objects and services
-
createActions
Description copied from interface:FSBFileHandlerReturns a list ofDockingActions that should beaddedto theFSBComponentProvidertree as local actions.- Specified by:
createActionsin interfaceFSBFileHandler- Returns:
- list of
DockingActions
-