|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
rle.vm.VmNode
rle.vm.DataNode
public abstract class DataNode
The base class for Nodes which can appear in the data tree of the Variant Manager.
Field Summary |
---|
Fields inherited from class rle.vm.VmNode |
---|
SEPARATOR |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
DataNode()
|
Method Summary | |
---|---|
java.util.List<DataNode> |
dataList()
Returns an unmodifiable list of child DataNodes |
InfoNode |
findInfo(java.lang.String path)
|
InfoGroupNode |
findInfoGroup(java.lang.String path)
|
java.util.List<InfoGroupNode> |
infoGroupList()
Returns an unmodifiable list of child InfoGroupNodes |
java.util.List<InfoGroupNode> |
infoGroupListRecursive()
Returns an unmodifiable list of child InfoGroupNodes, recursing to include all sub-groups |
java.util.List<InfoNode> |
infoList()
Returns an unmodifiable list of child InfoNodes |
abstract java.lang.String |
structurePath()
|
Methods inherited from class rle.vm.VmNode |
---|
childList, findNode, getId, pathId, setId, toString |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
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, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataNode()
Method Detail |
---|
public abstract java.lang.String structurePath()
public InfoNode findInfo(java.lang.String path)
public InfoGroupNode findInfoGroup(java.lang.String path)
public java.util.List<InfoNode> infoList()
public java.util.List<DataNode> dataList()
public java.util.List<InfoGroupNode> infoGroupList()
public java.util.List<InfoGroupNode> infoGroupListRecursive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |