public class

Node

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

This class is deprecated.
since 1.6.0

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()
Node nextSibling()
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 Node nextSibling ()

public void setParent (Node parent)