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 SummaryConstructors Constructor Description MapComboBoxModel(java.util.Map m)
 - 
Method SummaryAll 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.MapListModelgetElementAt, getSize, setMap, update
 - 
Methods inherited from class javax.swing.AbstractListModeladdListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
- 
 
-