public class VLVIndexTreeNode extends AbstractIndexTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
VLVIndexTreeNode(String name,
VLVIndexDescriptor index)
Constructor of the node.
|
| Modifier and Type | Method and Description |
|---|---|
VLVIndexDescriptor |
getIndex()
Returns the VLV index descriptor associated with the node.
|
getName, isLeaf, isRootadd, 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, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic VLVIndexTreeNode(String name, VLVIndexDescriptor index)
name - the name of the node.index - the VLV index associated with the node.public VLVIndexDescriptor getIndex()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.