public class GearComboModel extends DefaultComboBoxModel
Gear.
Pas de selection par defaut.| Modifier and Type | Field and Description |
|---|---|
protected List<Gear> |
gearList
Species list
|
listenerList| Constructor and Description |
|---|
GearComboModel(List<Gear> gearList)
Constructor with gears list.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
int |
getSize() |
addElement, getIndexOf, getSelectedItem, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItemaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic Object getElementAt(int index)
getElementAt in interface ListModelgetElementAt in class DefaultComboBoxModelpublic int getSize()
getSize in interface ListModelgetSize in class DefaultComboBoxModelCopyright © 1999–2013 CodeLutin. All rights reserved.