public class KeyListListModel extends AbstractListModel
for license details.,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private org.crosswire.jsword.passage.Key |
keys |
private static long |
serialVersionUID
Serialization ID
|
listenerList| Constructor and Description |
|---|
KeyListListModel(org.crosswire.jsword.passage.Key keys)
Constructor for ListListModel.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index)
There must be a faster way of doing this?
|
int |
getSize() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerprivate org.crosswire.jsword.passage.Key keys
private static final long serialVersionUID
public KeyListListModel(org.crosswire.jsword.passage.Key keys)
public int getSize()
public Object getElementAt(int index)
ListModel.getElementAt(int)