| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
| Method Summary | |
| void | addListDataListener(ListDataListener l)
Add a listener to the list that's notified each time a change to the data model occurs. |
| java.lang.Object | getElementAt(int index)
Returns the value at the specified index. |
| int | getSize()
Returns the length of the list. |
| void | removeListDataListener(ListDataListener l)
Remove a listener from the list that's notified each time a change to the data model occurs. |
| Method Detail |
public int getSize()
public java.lang.Object getElementAt(int index)
public void addListDataListener(ListDataListener l)
l
- the ListDataListenerpublic void removeListDataListener(ListDataListener l)
l
- the ListDataListener| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||