public static class MaciInfo.SortingTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
boolean |
filtered |
int[] |
representedHandles |
| Modifier | Constructor and Description |
|---|---|
protected |
SortingTreeNode() |
|
SortingTreeNode(java.lang.Object userObject) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<MaciInfo.SortingTreeNode> |
childrens()
Syntactic sugar, for easy iteration over this node's children.
|
MaciInfo.SortingTreeNode |
clone()
Support for guis (deployment tree).
|
boolean |
equals(MaciInfo.SortingTreeNode other) |
protected java.lang.String |
infoName()
Read the 'name' value from the contained info struct.
|
boolean |
represents(int h) |
void |
sortChildrenByName() |
add, breadthFirstEnumeration, children, 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, setUserObject, toStringprotected SortingTreeNode()
public SortingTreeNode(java.lang.Object userObject)
public boolean represents(int h)
public MaciInfo.SortingTreeNode clone()
clone in class javax.swing.tree.DefaultMutableTreeNodepublic java.lang.Iterable<MaciInfo.SortingTreeNode> childrens()
public void sortChildrenByName()
protected java.lang.String infoName()
public boolean equals(MaciInfo.SortingTreeNode other)