Class MapComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
com.inductiveautomation.ignition.designer.gui.MapListModel
com.inductiveautomation.ignition.designer.gui.MapComboBoxModel
- All Implemented Interfaces:
Serializable
,ComboBoxModel
,ListModel
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.designer.gui.MapListModel
getElementAt, getSize, setMap, update
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, getElementAt, getSize, removeListDataListener
-
Constructor Details
-
MapComboBoxModel
-
-
Method Details
-
getSelectedItem
- Specified by:
getSelectedItem
in interfaceComboBoxModel
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel
-