protected class DefaultModulesPanel.RootTreeNode extends DefaultModulesPanel.UserNode
DefaultModulesPanel.RootTreeNode is the root node of the tree.| Constructor and Description |
|---|
RootTreeNode(boolean b) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ImageIcon |
getIcon() |
java.lang.String |
getTooltip() |
java.lang.Class<?> |
getType() |
boolean |
isLoading() |
void |
setLoading(boolean b) |
java.lang.String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic void setLoading(boolean b)
public boolean isLoading()
public javax.swing.ImageIcon getIcon()
getIcon in class DefaultModulesPanel.UserNodepublic java.lang.String toString()
toString in class DefaultModulesPanel.UserNodepublic java.lang.String getTooltip()
getTooltip in class DefaultModulesPanel.UserNodepublic java.lang.Class<?> getType()
getType in class DefaultModulesPanel.UserNode