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, retainAll, set, size, subList, toArray, toArrayaddListDataListener, getElementAt, getSize, removeListDataListenerCopyright © 2009-2014 JGoodies Software GmbH. All Rights Reserved.