FSBActionContext

Package: ghidra.plugins.fsbrowser
Type: class

11.2_PUBLIC

addedmethod: getComponentProvider
ghidra.plugins.fsbrowser.FSBComponentProvider getComponentProvider()
addedmethod: getContextObject
java.util.List<ghidra.plugins.fsbrowser.FSBNode> getContextObject()
addedmethod: getSourceComponent
docking.widgets.tree.GTree getSourceComponent()
addedmethod: hasSelectedLinkedNodes
boolean hasSelectedLinkedNodes()
removedmethod: getFormattedTreePath
java.lang.String getFormattedTreePath()
removedmethod: getLoadableFSRLs
java.util.List<ghidra.formats.gfilesystem.FSRL> getLoadableFSRLs()
removedmethod: getRootOfSelectedNode
ghidra.plugins.fsbrowser.FSBRootNode getRootOfSelectedNode()

10.4_PUBLIC

modifiedtype-extends: FSBActionContext
- docking.ActionContext
+ docking.DefaultActionContext

10.1_PUBLIC

addedmethod: getFileFSRL
ghidra.formats.gfilesystem.FSRL getFileFSRL()
addedmethod: getFileFSRLs
java.util.List<ghidra.formats.gfilesystem.FSRL> getFileFSRLs()
addedmethod: getFormattedTreePath
java.lang.String getFormattedTreePath()
addedmethod: getFSRL
ghidra.formats.gfilesystem.FSRL getFSRL(boolean dirsOk)
addedmethod: getFSRLs
java.util.List<ghidra.formats.gfilesystem.FSRL> getFSRLs(boolean dirsOk)
addedmethod: getLoadableFSRL
ghidra.formats.gfilesystem.FSRL getLoadableFSRL()
addedmethod: getLoadableFSRLs
java.util.List<ghidra.formats.gfilesystem.FSRL> getLoadableFSRLs()
addedmethod: getRootOfSelectedNode
ghidra.plugins.fsbrowser.FSBRootNode getRootOfSelectedNode()
addedmethod: getSelectedCount
int getSelectedCount()
addedmethod: getSelectedNode
ghidra.plugins.fsbrowser.FSBNode getSelectedNode()
addedmethod: getSelectedNodes
java.util.List<ghidra.plugins.fsbrowser.FSBNode> getSelectedNodes()
addedmethod: hasSelectedNodes
boolean hasSelectedNodes()
addedmethod: isBusy
boolean isBusy()
addedmethod: isSelectedAllDirs
boolean isSelectedAllDirs()
addedmethod: notBusy
boolean notBusy()

9.0.1_PUBLIC

introducedInitial version