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
- implements ListModel
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
private Key keys
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
KeyListListModel
public KeyListListModel(Key keys)
- Constructor for ListListModel.
getSize
public int getSize()
- Specified by:
getSize
in interface ListModel
getElementAt
public Object getElementAt(int index)
- There must be a faster way of doing this?
- Specified by:
getElementAt
in interface ListModel
- See Also:
ListModel.getElementAt(int)