public static class StringListView.LM extends AbstractListModel<StringListView.LMElement>
listenerList
Constructor and Description |
---|
LM() |
Modifier and Type | Method and Description |
---|---|
StringListView.LMElement |
getElementAt(int index)
Returns the value at the specified index.
|
int |
getSize()
Returns the length of the list.
|
void |
updated(int count)
Called when the contents have been changed.
|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public StringListView.LMElement getElementAt(int index)
index
- the requested indexindex
public int getSize()
public void updated(int count)
count
- the number of items changed.