- getAllSiblings() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Returns all siblings of this node in the parent's children list.
- getAllSiblings() - Method in class de.alpharogroup.tree.TreeNode
-
Returns all siblings of this node in the parent's children list.
- getChildCount() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Gets the child count.
- getChildCount() - Method in class de.alpharogroup.tree.TreeNode
-
Gets the child count.
- getChildren() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Gets the children.
- getChildren() - Method in class de.alpharogroup.tree.TreeNode
-
Gets the children.
- getDepth() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Returns the depth of the tree beginning at this node Returns 0 if this node has no children.
- getDepth() - Method in class de.alpharogroup.tree.TreeNode
-
Returns the depth of the tree beginning at this node Returns 0 if this node has no children.
- getDisplayValue() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Gets the optional display value.
- getDisplayValue() - Method in class de.alpharogroup.tree.TreeNode
-
Gets the optional display value.
- getLevel() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Returns the distance from the root to this node.
- getLevel() - Method in class de.alpharogroup.tree.TreeNode
-
Returns the distance from the root to this node.
- getNextSibling() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Returns the next sibling of this node in the parent's children list.
- getNextSibling() - Method in class de.alpharogroup.tree.TreeNode
-
Returns the next sibling of this node in the parent's children list.
- getParent() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Gets the parent.
- getParent() - Method in class de.alpharogroup.tree.TreeNode
-
Gets the parent.
- getPreviousSibling() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Returns the previous sibling of this node in the parent's children list.
- getPreviousSibling() - Method in class de.alpharogroup.tree.TreeNode
-
Returns the previous sibling of this node in the parent's children list.
- getValue() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
-
Gets the value.
- getValue() - Method in class de.alpharogroup.tree.TreeNode
-
Gets the value.