FSBRootNode

Package: ghidra.plugins.fsbrowser
Type: class

11.4_PUBLIC

addedmethod: getIcon
javax.swing.Icon getIcon(boolean expanded)
removedmethod: getContainerName
java.lang.String getContainerName()
removedmethod: getName
java.lang.String getName()

11.2_PUBLIC

addedmethod: getContainer
ghidra.formats.gfilesystem.FSRL getContainer()
addedmethod: getContainerName
java.lang.String getContainerName()
addedmethod: getGFile
ghidra.formats.gfilesystem.GFile getGFile()
addedmethod: getGFileFSBNode
ghidra.plugins.fsbrowser.FSBNode getGFileFSBNode(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)
addedmethod: getLoadableFSRL
ghidra.formats.gfilesystem.FSRL getLoadableFSRL()
addedmethod: getProgramProviderFSRL
ghidra.formats.gfilesystem.FSRL getProgramProviderFSRL(ghidra.formats.gfilesystem.FSRL fsrl)
addedmethod: init
void init(ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedmethod: refreshNode
void refreshNode(ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedmethod: setCryptoStatusUpdated
void setCryptoStatusUpdated(boolean cryptoStatusUpdated)
removedmethod: updateFileAttributes
void updateFileAttributes(ghidra.util.task.TaskMonitor monitor) throws CancelledException

10.1_PUBLIC

addedmethod: clone
docking.widgets.tree.GTreeNode clone() throws CloneNotSupportedException
addedmethod: updateFileAttributes
void updateFileAttributes(ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod: getIcon
javax.swing.Icon getIcon(boolean expanded)
removedmethod: getPrevNode
ghidra.plugins.fsbrowser.FSBFileNode getPrevNode()
removedmethod: getSubRootNodes
java.util.List<ghidra.plugins.fsbrowser.FSBRootNode> getSubRootNodes()
removedmethod: releaseFSRefs
void releaseFSRefs()

9.2_PUBLIC

modifiedtype-extends: FSBRootNode
- docking.widgets.tree.GTreeSlowLoadingNode
+ ghidra.plugins.fsbrowser.FSBNode
modifiedtype-implements: FSBRootNode
- docking.widgets.tree.GTreeRootNode, ghidra.plugins.fsbrowser.FSBNode
+ (none)
removedmethod: getGTree
docking.widgets.tree.GTree getGTree()
removedmethod: setGTree
void setGTree(docking.widgets.tree.GTree tree)

9.0.1_PUBLIC

introducedInitial version