|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalChildrenList
This class defines a List.
Method Summary | ||
---|---|---|
void |
addChild(Object child)
Adds a child to the list. |
|
|
addChildren(Collection<T> children)
Adds a list of children to the list. |
|
|
addChildren(T... children)
|
|
void |
addChildWithoutRefresh(Object child)
|
|
Object |
getChild(int index)
Returns the object with this index from the list. |
|
Object[] |
getChildren()
Returns the children of this list. |
|
Object |
getParent()
Return the parent element of this list. |
|
boolean |
hasChildren()
Whether this list has children. |
|
boolean |
isComplete()
Whether this list is complete or not. |
|
boolean |
isSlow()
Whether this list is slow or not. |
|
void |
setComplete()
|
|
int |
size()
The size of the list. |
Method Detail |
---|
int size()
boolean hasChildren()
Object[] getChildren()
Object getChild(int index)
index
- the index of the element to get
Object getParent()
boolean isSlow()
boolean isComplete()
void addChildWithoutRefresh(Object child)
void addChild(Object child)
child
- the child<T> void addChildren(T... children)
<T> void addChildren(Collection<T> children)
children
- a collection of new childrenvoid setComplete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |