|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Visitable
| Method Summary | |
|---|---|
Visitable |
getChildAt(int i)
Returns the child at the specified position |
int |
getChildCount()
Returns the number of children of the current Visitable |
Visitable[] |
getChildren()
Returns the list of (non builtin) Visitable children |
Visitable |
setChildAt(int i,
Visitable child)
Replaces a child at the specified position |
Visitable |
setChildren(Visitable[] children)
Replaces all children of any visitable at once, and returns this visitable. |
| Method Detail |
|---|
Visitable setChildren(Visitable[] children)
children - array of children to set up
Visitable[] getChildren()
Visitable getChildAt(int i)
i - index of the element to return
Visitable setChildAt(int i,
Visitable child)
i - index of the element to returnchild - element to set up
int getChildCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||