FSBNode

Package: ghidra.plugins.fsbrowser
Type: class

11.4_PUBLIC

addedfield: name
java.lang.String name

11.3_PUBLIC

addedmethod: getFileExtension
java.lang.String getFileExtension()

11.2_PUBLIC

addedmethod: createNodeFromFile
static ghidra.plugins.fsbrowser.FSBFileNode createNodeFromFile(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)
addedmethod: findMatchingNode
ghidra.plugins.fsbrowser.FSBFileNode findMatchingNode(ghidra.formats.gfilesystem.GFile f, ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedfield: FSBNODE_NAME_TYPE_COMPARATOR
static java.util.Comparator<docking.widgets.tree.GTreeNode> FSBNODE_NAME_TYPE_COMPARATOR
addedmethod: getFormattedTreePath
java.lang.String getFormattedTreePath()
addedmethod: getGFile
ghidra.formats.gfilesystem.GFile getGFile()
addedmethod: getLoadableFSRL
ghidra.formats.gfilesystem.FSRL getLoadableFSRL()
addedmethod: init
void init(ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedmethod: loadChildrenIfNeeded
void loadChildrenIfNeeded(ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedmethod: refreshChildren
void refreshChildren(ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedmethod: refreshNode
void refreshNode(ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod: createNodeFromFile
static ghidra.plugins.fsbrowser.FSBFileNode createNodeFromFile(ghidra.formats.gfilesystem.GFile file)
removedmethod: updateFileAttributes
void updateFileAttributes(ghidra.util.task.TaskMonitor monitor) throws CancelledException

10.1_PUBLIC

addedmethod: createNodeFromFile
static ghidra.plugins.fsbrowser.FSBFileNode createNodeFromFile(ghidra.formats.gfilesystem.GFile file)
addedmethod: getFSBRootNode
ghidra.plugins.fsbrowser.FSBRootNode getFSBRootNode()
addedmethod: getIcon
javax.swing.Icon getIcon(boolean expanded)
addedmethod: getName
java.lang.String getName()
addedmethod: getToolTip
java.lang.String getToolTip()
addedmethod: updateFileAttributes
void updateFileAttributes(ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod: getNodeFromFile
static ghidra.plugins.fsbrowser.FSBNode getNodeFromFile(ghidra.formats.gfilesystem.GFile file)

9.2_PUBLIC

modifiedtype-extends: FSBNode
- (none)
+ docking.widgets.tree.GTreeSlowLoadingNode
modifiedtype-implements: FSBNode
- docking.widgets.tree.GTreeNode
+ (none)

9.0.2_PUBLIC

introducedInitial version