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 SynchronizingListModel<E> extends DefaultListModel
listenerList| Constructor and Description |
|---|
SynchronizingListModel() |
SynchronizingListModel(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.
|
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSizeaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic SynchronizingListModel()
public SynchronizingListModel(E constantFirstRow)
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.