Package be.gaudry.swing.edu.utils
Class SchoolClassesComboBoxModel
java.lang.Object
javax.swing.AbstractListModel<E>
javax.swing.DefaultComboBoxModel
be.gaudry.swing.edu.utils.SchoolClassesComboBoxModel
- All Implemented Interfaces:
Serializable
,ComboBoxModel
,ListModel
,MutableComboBoxModel
- Since:
- 1.0 Apr 7, 2009
- Author:
- Steph GAUDRY
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.swing.DefaultComboBoxModel
addAll, addAll, addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt
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
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
-
Constructor Details
-
SchoolClassesComboBoxModel
public SchoolClassesComboBoxModel()
-
-
Method Details
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel
- Overrides:
setSelectedItem
in classDefaultComboBoxModel
-