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()
nextSibling
public Node nextSibling()
getPath
public TreePath getPath()
getParent
public Node getParent()
setParent
public void setParent(Node parent)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.