|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Basic methods for organizing objects in a simple tree structure
| Method Summary | |
boolean |
add(java.lang.Object child)
Add an entry to the list of children. |
java.lang.Object |
get(int which)
Get the ith child. |
int |
getChildCount()
Get the number of children currently contained in this node. |
java.util.List |
getChildren()
Return the entire collection of children. |
java.lang.Object |
remove(int which)
Remove the ith child from the list of children. |
| Method Detail |
public boolean add(java.lang.Object child)
public int getChildCount()
public java.lang.Object get(int which)
public java.lang.Object remove(int which)
public java.util.List getChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||