Package com.jgoodies.binding.list

Contains classes that operate on, hold and observe lists and list models.

See:
          Description

Interface Summary
ObservableList<E> Combines the List and ListModel interfaces.
 

Class Summary
ArrayListModel<E> Adds ListModel capabilities to its superclass ArrayList, i.
IndirectListModel<E> A ListModel implementation that holds a List or ListModel in a ValueModel.
LinkedListModel<E> Adds ListModel capabilities to its superclass LinkedList, i.
SelectionInList<E> Represents a selection in a list of objects.
 

Package com.jgoodies.binding.list Description

Contains classes that operate on, hold and observe lists and list models. The observer mechanism is based on the ListModel interface that describes how to observe changes in the content and structure of a list.

Related Documentation

For more information see:

See Also:
com.jgoodies.binding, com.jgoodies.binding.adapter, com.jgoodies.binding.beans, com.jgoodies.binding.formatter, com.jgoodies.binding.value


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