|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Contexts
The Contexts class defines a list of contexts.
| Method Summary | |
|---|---|
int |
getCount()
Gets the number of contexts in the list. |
Context |
getItem(int index)
Returns the context at the specified position in the list. |
| Method Detail |
|---|
int getCount()
Context getItem(int index)
throws java.lang.IndexOutOfBoundsException
index - the index of the context to return (0 based).
java.lang.IndexOutOfBoundsException - if index out of range.
(index < 0 || index > getCount()).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||