|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ObservableList | Combines the List and ListModel interfaces. |
Class Summary | |
---|---|
ArrayListModel | Adds ListModel capabilities to its superclass
ArrayList , i. e. allows to observe changes in the content and
structure. |
LinkedListModel | Adds ListModel capabilities to its superclass
LinkedList , i. e. allows to observe changes in the content and
structure. |
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 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.
com.jgoodies.binding
,
com.jgoodies.binding.adapter
,
com.jgoodies.binding.beans
,
com.jgoodies.binding.formatter
,
com.jgoodies.binding.value
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |