Package com.jgoodies.binding.list
Contains classes that operate on, hold and observe lists and list models.
ArrayListModel | Adds javax.swing.ListModel capabilities to its superclass
ArrayList , i. |
LinkedListModel | Adds javax.swing.ListModel capabilities to its superclass
LinkedList , i. |
ListHolder | A ListModel implementation that looks up its elements
from a List held by a ValueModel. |
ListModelHolder | A ListModel implementation that delegates to a ListModel
held by a ValueModel. |
SelectionInList | Represents a selection in a List. |
SelectionInListModel | Represents a selection in a ListModel. |
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-2007 JGoodies Karsten Lentzsch. All Rights Reserved.