|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the type of the list elementscom.jgoodies.common.collect.ObservableList
.
This class will be removed from the next library version.
@Deprecated public 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 Binding ships with two predefined implementations:
ArrayListModel
and LinkedListModel
.
See also the class comment in SelectionInList
that discusses
the advantages you gain if you add ListModel
capabilities
to a List
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |