public class ScriptTypesComboModel extends DefaultComboBoxModel<ScriptHandler.ScriptMapping>
| Modifier and Type | Field and Description |
|---|---|
protected List<ScriptHandler.ScriptMapping> |
mappings
Mapping list.
|
listenerList| Constructor and Description |
|---|
ScriptTypesComboModel()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptHandler.ScriptMapping |
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, removeListDataListenerprotected List<ScriptHandler.ScriptMapping> mappings
public ScriptHandler.ScriptMapping getElementAt(int index)
getElementAt in interface ListModel<ScriptHandler.ScriptMapping>getElementAt in class DefaultComboBoxModel<ScriptHandler.ScriptMapping>public int getSize()
getSize in interface ListModel<ScriptHandler.ScriptMapping>getSize in class DefaultComboBoxModel<ScriptHandler.ScriptMapping>Copyright © 1999–2015 CodeLutin. All rights reserved.