Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public class SynchronizingComboBoxModel<E> extends DefaultComboBoxModel
listenerList| Constructor and Description |
|---|
SynchronizingComboBoxModel() |
SynchronizingComboBoxModel(E constantFirstRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
synchronize(List<? extends E> list)
Synchronizes the list, adding and removing only a minimum number of elements.
|
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItemaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic SynchronizingComboBoxModel()
public SynchronizingComboBoxModel(E constantFirstRow)
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.