Class MapComboBoxModel
- java.lang.Object
 - 
- javax.swing.AbstractListModel
 - 
- com.inductiveautomation.ignition.designer.gui.MapListModel
 - 
- com.inductiveautomation.ignition.designer.gui.MapComboBoxModel
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,javax.swing.ComboBoxModel,javax.swing.ListModel
public class MapComboBoxModel extends MapListModel implements javax.swing.ComboBoxModel
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MapComboBoxModel(java.util.Map m) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetSelectedItem()voidsetSelectedItem(java.lang.Object anItem)- 
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 
 - 
 
 -