com.jgoodies.binding.list |
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 com.jgoodies.binding
@see com.jgoodies.binding.adapter
@see com.jgoodies.binding.beans
@see com.jgoodies.binding.formatter
@see com.jgoodies.binding.value
|
Java Source File Name | Type | Comment |
ArrayListModel.java | Class | Adds
javax.swing.ListModel capabilities to its superclass
ArrayList , i. |
IndirectListModel.java | Class | A ListModel implementation that holds a List or ListModel in a ValueModel.
If you hold a List, this class can only report that the List has been
replaced; this is done by firing a PropertyChangeEvent for the list
property. |
LinkedListModel.java | Class | Adds
javax.swing.ListModel capabilities to its superclass
LinkedList , i. |
ObservableList.java | Interface | Combines the
List and
ListModel interfaces. |
SelectionInList.java | Class | Represents a selection in a list of objects. |