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, setSelectedItem
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
protected 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–2020 CodeLutin. All rights reserved.