|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A data model for list type components (SelectFields and ListBoxes).
| Method Summary | |
void |
addListDataListener(ListDataListener l)
Adds a ListDataListener to the model. |
java.lang.Object |
get(int index)
Returns the value at the specified index in the list. |
void |
removeListDataListener(ListDataListener l)
Removes a ListDataListener from the model. |
int |
size()
Returns the size of the list. |
| Method Detail |
public void addListDataListener(ListDataListener l)
ListDataListener to the model.
ListDataListeners are notified whenever the model
changes.
l - the ListDataListener to addpublic java.lang.Object get(int index)
index - the index
public int size()
public void removeListDataListener(ListDataListener l)
ListDataListener from the model.
ListDataListener are notified whenever the model changes.
l - the ListDataListener to remove
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||