Package org.jdesktop.observablecollections
package org.jdesktop.observablecollections
Provides support for observing changes to collection classes. The classes in this package are not part of JSR 295.
-
ClassDescription
ObservableCollectionsprovides factory methods for creating observable lists and maps.ObservableListHelperis created byobservableListHelper, and useful when changes to individual elements of the list can be tracked.AListthat notifies listeners of changes.Notification types from anObservableList.ObservableMap<K,V> AMapthat notifies listeners of changes to theMap.Notification types from anObservableMap.