Package VASSAL.build.module.map
Class Zoomer.LevelConfigurer.LevelModel
- All Implemented Interfaces:
Serializable
,ListModel<String>
- Enclosing class:
- Zoomer.LevelConfigurer
protected class Zoomer.LevelConfigurer.LevelModel extends AbstractListModel<String>
A
ListModel
built on the Zoomer.State
.- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors Modifier Constructor Description protected
LevelModel()
-
Method Summary
Modifier and Type Method Description String
getElementAt(int i)
int
getSize()
void
updateModel()
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Constructor Details
-
LevelModel
protected LevelModel()
-
-
Method Details
-
updateModel
public void updateModel() -
getElementAt
-
getSize
public int getSize()
-