org.apache.myfaces.tobago.model
Class Node
java.lang.Object
org.apache.myfaces.tobago.model.Node
public class Node
- extends Object
Constructor Summary |
Node()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node()
add
public void add(Node node)
getChildren
public List<Node> getChildren()
getChildAt
public Node getChildAt(int index)
isRoot
public boolean isRoot()
getIndex
public int getIndex(Node node)
getChildCount
public int getChildCount()
hasNextSibling
public boolean hasNextSibling()
getPath
public TreePath getPath()
getParent
public Node getParent()
setParent
public void setParent(Node parent)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.