public class

Node

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.model.Node

Summary

Public Constructors
Node()
Public Methods
void add(Node node)
Node getChildAt(int index)
int getChildCount()
List<Node> getChildren()
int getIndex(Node node)
Node getParent()
TreePath getPath()
boolean hasNextSibling()
boolean isRoot()
void setParent(Node parent)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Node ()

Public Methods

public void add (Node node)

public Node getChildAt (int index)

public int getChildCount ()

public List<Node> getChildren ()

public int getIndex (Node node)

public Node getParent ()

public TreePath getPath ()

public boolean hasNextSibling ()

public boolean isRoot ()

public void setParent (Node parent)