com.jgoodies.binding.list
Interface ObservableList<E>

Type Parameters:
E - the type of the list elements
All Known Implementing Classes:
ArrayListModel, LinkedListModel

Deprecated. Replaced by com.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

Version:
$Revision: 1.11 $
Author:
Karsten Lentzsch



Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.