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 GTree
getTree()
Gets theFileSystemBrowserPlugin
provider's tree.-
Methods inherited from class docking.ActionContext
getComponentProvider, getContextObject, getMouseEvent, getSourceComponent, getSourceObject, setContextObject, setMouseEvent, setSourceObject, toString
-
-
-
-
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
-FileSystemBrowserPlugin
provider tree.
-
-
Method Detail
-
getTree
public GTree getTree()
Gets theFileSystemBrowserPlugin
provider's tree.- Returns:
- The
FileSystemBrowserPlugin
provider's tree.
-
-