public class FormuleComboModel extends DefaultComboBoxModel<Formule>
Formule.
Pas de selection par defaut.| Modifier and Type | Field and Description |
|---|---|
protected List<Formule> |
formules
Formules list
|
listenerList| Constructor and Description |
|---|
FormuleComboModel(List<Formule> formules)
Constructor with formules list.
|
| Modifier and Type | Method and Description |
|---|---|
Formule |
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 Formule getElementAt(int index)
getElementAt in interface ListModel<Formule>getElementAt in class DefaultComboBoxModel<Formule>Copyright © 1999–2014 CodeLutin. All rights reserved.