Package docking.widgets.tree
Interface GTreeRootNode
-
- All Known Implementing Classes:
AbstractGTreeRootNode
,DomainFolderRootNode
,FSBRootNode
,InProgressGTreeRootNode
,NoProjectNode
public interface GTreeRootNode extends GTreeNode
Root nodes must implement this interface. They only have one additional responsibility and that is they must support saving off the tree that they belong to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GTree
getGTree()
void
setGTree(GTree tree)
-
Methods inherited from interface docking.widgets.tree.GTreeNode
addNode, addNode, clearFilter, dispose, filter, fireNodeChanged, fireNodeStructureChanged, getAllChildCount, getAllChildren, getChild, getChild, getChildCount, getChildren, getIcon, getIndexInParent, getIndexOfChild, getLeafCount, getName, getNodeCount, getParent, getRoot, getToolTip, getTree, getTreePath, isAncestor, isEditable, isFilteredOut, isInProgress, isLeaf, removeAll, removeNode, setChildren, valueChanged
-
-