org.crosswire.bibledesktop.passage
Class KeyListListModel
java.lang.Object
javax.swing.AbstractListModel
org.crosswire.bibledesktop.passage.KeyListListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class KeyListListModel
- extends AbstractListModel
A simple implementation of ListModel that is backed by a SortedSet.
- Author:
- Joe Walker [joe at eireneh dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
,
Serialized Form
Field Summary |
private org.crosswire.jsword.passage.Key |
keys
|
private static long |
serialVersionUID
Serialization ID |
Constructor Summary |
KeyListListModel(org.crosswire.jsword.passage.Key keys)
Constructor for ListListModel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
private org.crosswire.jsword.passage.Key keys
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
KeyListListModel
public KeyListListModel(org.crosswire.jsword.passage.Key keys)
- Constructor for ListListModel.
getSize
public int getSize()
getElementAt
public Object getElementAt(int index)
- There must be a faster way of doing this?
- See Also:
ListModel.getElementAt(int)