E
- the type of the list elementspublic interface ObservableList<E> extends List<E>, ListModel
List
and ListModel
interfaces.
Useful to specify a type that operates like a List and is published
as a ListModel so it can be bound to user interface components
such as JList
, JTable
and JComboBox
.
The JGoodies Common ships two predefined implementations:
ArrayListModel
and LinkedListModel
.
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
addListDataListener, getElementAt, getSize, removeListDataListener
Copyright © 2014 JGoodies Software GmbH. All rights reserved.