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 publishe
as a ListModel so it can be bound to user interface component
such as JList, JTable and JComboBox.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.