See: Description
Interface | Description |
---|---|
ObservableList<E> | Deprecated
Replaced by
com.jgoodies.common.collect.ObservableList . |
Class | Description |
---|---|
ArrayListModel<E> | Deprecated
Replaced by
com.jgoodies.common.collect.ArrayListModel . |
IndirectListModel<E> |
A ListModel implementation that holds a List or ListModel in a ValueModel.
|
LinkedListModel<E> | Deprecated
Replaced by
com.jgoodies.common.collect.LinkedListModel . |
SelectionInList<E> |
Represents a selection in a list of objects.
|
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
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.