Package ghidra.plugins.fsbrowser
Class FSBActionContext
- java.lang.Object
-
- docking.ActionContext
-
- ghidra.plugins.fsbrowser.FSBActionContext
-
public class FSBActionContext extends ActionContext
FileSystemBrowserPlugin-specific action.
-
-
Constructor Summary
Constructors Constructor Description FSBActionContext(ComponentProvider provider, java.lang.Object contextObject, GTree gTree)Creates a newFileSystemBrowserPlugin-specific action context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GTreegetTree()Gets theFileSystemBrowserPluginprovider's tree.-
Methods inherited from class docking.ActionContext
getComponentProvider, getContextObject, getMouseEvent, getSourceObject, setContextObject, setMouseEvent, setSource
-
-
-
-
Constructor Detail
-
FSBActionContext
public FSBActionContext(ComponentProvider provider, java.lang.Object contextObject, GTree gTree)
Creates a newFileSystemBrowserPlugin-specific action context.- Parameters:
provider- the ComponentProvider that generated this context.contextObject- an optional contextObject that the ComponentProvider can provide to the action.gTree-FileSystemBrowserPluginprovider tree.
-
-
Method Detail
-
getTree
public GTree getTree()
Gets theFileSystemBrowserPluginprovider's tree.- Returns:
- The
FileSystemBrowserPluginprovider's tree.
-
-