| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - the type of the list elementspublic interface ObservableList<E>
Combines the 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.
| Method Summary | 
|---|
| Methods inherited from interface java.util.List | 
|---|
| add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray | 
| Methods inherited from interface javax.swing.ListModel | 
|---|
| addListDataListener, getElementAt, getSize, removeListDataListener | 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||