|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.tobago.model.Node
@Deprecated public class Node
Constructor Summary | |
---|---|
Node()
Deprecated. |
Method Summary | |
---|---|
void |
add(Node node)
Deprecated. |
Node |
getChildAt(int index)
Deprecated. |
int |
getChildCount()
Deprecated. |
List<Node> |
getChildren()
Deprecated. |
int |
getIndex(Node node)
Deprecated. |
Node |
getParent()
Deprecated. |
TreePath |
getPath()
Deprecated. |
boolean |
hasNextSibling()
Deprecated. |
boolean |
isRoot()
Deprecated. |
Node |
nextSibling()
Deprecated. |
void |
setParent(Node parent)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node()
Method Detail |
---|
public void add(Node node)
public List<Node> getChildren()
public Node getChildAt(int index)
public boolean isRoot()
public int getIndex(Node node)
public int getChildCount()
public boolean hasNextSibling()
public Node nextSibling()
public TreePath getPath()
public Node getParent()
public void setParent(Node parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |