protected final class ListModelEditorBase.MyModel extends MutableCollectionComboBoxModel<T>
mySelection
Modifier | Constructor and Description |
---|---|
protected |
MyModel() |
Modifier and Type | Method and Description |
---|---|
protected void |
itemReplaced(T existingItem,
T newItem) |
void |
removeAll() |
addItem, fireIntervalAdded, fireIntervalRemoved, update
getSelected, getSelectedItem, setSelectedItem, update
add, add, add, addAll, addRow, allContentsChanged, canExchangeRows, contains, contentsChanged, exchangeRows, getElementAt, getElementIndex, getInternalList, getItems, getSize, isEmpty, remove, remove, removeRange, removeRow, replaceAll, setElementAt, sort, toList, toString
addListDataListener, fireContentsChanged, getListDataListeners, getListeners, removeListDataListener
protected void itemReplaced(T existingItem, T newItem)
itemReplaced
in class CollectionListModel<T>
public void removeAll()
removeAll
in class CollectionListModel<T>