|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractListModel | +--org.jet.sce.Scenery.NamesIndices
The indices for track and switch names, implementing a list data model to speed up searching for track names.
Field Summary |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
Scenery.NamesIndices()
Creates new instance; |
Method Summary | |
void |
add(java.lang.Object o)
Adds object to the list and sorts it immediatly. |
java.lang.Object |
getElementAt(int i)
Gets elements at specified position. |
int |
getSize()
Gets list size. |
void |
remove(java.lang.Object o)
Removes object from list. |
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Scenery.NamesIndices()
Method Detail |
public java.lang.Object getElementAt(int i)
public int getSize()
public void add(java.lang.Object o)
public void remove(java.lang.Object o)
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |