Skip navigation links
A D E G H I R S T 

A

addChild(ITreeNode<T>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Adds the child.
addChild(ITreeNode<T>) - Method in class de.alpharogroup.tree.TreeNode
Adds the child.
addChildAt(int, ITreeNode<T>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Adds the child.
addChildAt(int, ITreeNode<T>) - Method in class de.alpharogroup.tree.TreeNode
Adds the child.

D

de.alpharogroup.tree - package de.alpharogroup.tree
Provides classes for abstract trees and nodes.
de.alpharogroup.tree.ifaces - package de.alpharogroup.tree.ifaces
Provides interfaces for abstract trees and nodes.

E

equals(ITreeNode<T>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Equals.
equals(ITreeNode<T>) - Method in class de.alpharogroup.tree.TreeNode
Equals.

G

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.

H

hasChildren() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Checks for children.
hasChildren() - Method in class de.alpharogroup.tree.TreeNode
Checks for children.
hashCode() - Method in class de.alpharogroup.tree.TreeNode
hasParent() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Checks for parent.
hasParent() - Method in class de.alpharogroup.tree.TreeNode
Checks for parent.

I

isLeaf() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Checks if is leaf.
isLeaf() - Method in class de.alpharogroup.tree.TreeNode
Checks if is leaf.
isNode() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Checks if is node.
isNode() - Method in class de.alpharogroup.tree.TreeNode
Checks if is node.
isRoot() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Checks if this treenode is root.
isRoot() - Method in class de.alpharogroup.tree.TreeNode
Checks if this treenode is root.
ITreeNode<T> - Interface in de.alpharogroup.tree.ifaces
The Interface ITreeNode.

R

removeChild(ITreeNode<T>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Removes the child.
removeChild(ITreeNode<T>) - Method in class de.alpharogroup.tree.TreeNode
Removes the child.
removeChildAt(int) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Removes the child.
removeChildAt(int) - Method in class de.alpharogroup.tree.TreeNode
Removes the child.

S

setChildren(List<ITreeNode<T>>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Sets the children.
setChildren(List<ITreeNode<T>>) - Method in class de.alpharogroup.tree.TreeNode
Sets the children.
setDisplayValue(String) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Sets the optional display value.
setDisplayValue(String) - Method in class de.alpharogroup.tree.TreeNode
Sets the optional display value.
setParent(ITreeNode<T>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Sets the parent.
setParent(ITreeNode<T>) - Method in class de.alpharogroup.tree.TreeNode
Sets the parent.
setValue(T) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Sets the value.
setValue(T) - Method in class de.alpharogroup.tree.TreeNode
Sets the value.

T

toList() - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
To list.
toList() - Method in class de.alpharogroup.tree.TreeNode
To list.
traverse(ITreeNode<T>, List<ITreeNode<T>>) - Method in interface de.alpharogroup.tree.ifaces.ITreeNode
Traverse.
traverse(ITreeNode<T>, List<ITreeNode<T>>) - Method in class de.alpharogroup.tree.TreeNode
Traverse.
TreeNode<T> - Class in de.alpharogroup.tree
The generic class TreeNode.
TreeNode() - Constructor for class de.alpharogroup.tree.TreeNode
Instantiates a new tree node.
TreeNode(T) - Constructor for class de.alpharogroup.tree.TreeNode
Instantiates a new tree node.
A D E G H I R S T 
Skip navigation links

Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.