public abstract class AbstractComboBoxModel<Type> extends AbstractListModel implements ComboBoxModel
listenerList
Constructor and Description |
---|
AbstractComboBoxModel() |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(Type type) |
abstract Type |
getElementByKey(Object aKey) |
abstract Object |
getSelectedKey() |
abstract void |
refresh(List<Type> aData) |
abstract void |
setSelectedFirst() |
abstract void |
setSelectedKey(Object aKey) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSelectedItem, setSelectedItem
addListDataListener, getElementAt, getSize, removeListDataListener
Copyright © 2021. All rights reserved.