Package com.jgoodies.binding.list

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

Interface Summary

ObservableList<E> Combines the List and ListModel interfaces.

Class Summary

ArrayListModel<E> Adds javax.swing.ListModel capabilities to its superclass ArrayList, i.
IndirectListModel<E> A ListModel implementation that holds a List or ListModel in a ValueModel.
LinkedListModel<E> Adds javax.swing.ListModel capabilities to its superclass LinkedList, i.
SelectionInList<E> Represents a selection in a list of objects.
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. <!--

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
-->

Related Documentation

For more information see: <!-- Put @see and @since tags down here. -->

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