Package org.jdesktop.observablecollections
-
Interface Summary Interface Description ObservableList<E> AListthat notifies listeners of changes.ObservableListListener Notification types from anObservableList.ObservableMap<K,V> AMapthat notifies listeners of changes to theMap.ObservableMapListener Notification types from anObservableMap. -
Class Summary Class Description ObservableCollections ObservableCollectionsprovides factory methods for creating observable lists and maps.ObservableCollections.ObservableListHelper<E> ObservableListHelperis created byobservableListHelper, and useful when changes to individual elements of the list can be tracked.