com.jgoodies.binding.list
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>
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
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.