Package org.jdesktop.observablecollections
Provides support for observing changes to collection classes. The classes in this package are not part of JSR 295.
-
Interface Summary Interface Description ObservableList<E> AList
that notifies listeners of changes.ObservableListListener Notification types from anObservableList
.ObservableMap<K,V> AMap
that notifies listeners of changes to theMap
.ObservableMapListener Notification types from anObservableMap
. -
Class Summary Class Description ObservableCollections ObservableCollections
provides factory methods for creating observable lists and maps.ObservableCollections.ObservableListHelper<E> ObservableListHelper
is created byobservableListHelper
, and useful when changes to individual elements of the list can be tracked.