|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListLayoutContainer
Represents an ordered collection of ListLayout's
| Method Summary | |
|---|---|
ListLayout |
append()
Adds a new empty ListLayout to the end of this ListLayoutContainer |
ListLayout |
get(int p_location)
Returns the ListLayout at the specified location |
boolean |
isEmpty()
Indicates if this ListLayoutContainer is empty |
java.util.Iterator<ListLayout> |
iterator()
Returns an iterator over the ListLayout's of this ListLayoutContainer |
ListLayout |
remove()
Removes the last ListLayout from this ListLayoutContainer |
int |
size()
Returns the size of this ListLayoutContainer |
| Method Detail |
|---|
boolean isEmpty()
ListLayoutContainer is empty
ListLayoutContainer is empty, false otherwiseint size()
ListLayoutContainer
ListLayoutContainerjava.util.Iterator<ListLayout> iterator()
ListLayout's of this ListLayoutContainer
Note: Remove is not supported by the iterator
ListLayout's of this ListLayoutContainerListLayout get(int p_location)
ListLayout at the specified location
p_location - The location of the ListLayout to fetch
ListLayout at the specified location
java.lang.IndexOutOfBoundsException - if an invalid location is specifiedListLayout append()
ListLayout to the end of this ListLayoutContainer
ListLayoutListLayout remove()
ListLayout from this ListLayoutContainer
ListLayout
NoSuchElementException - If this ListLayoutContainer is empty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||