Uses of Package
org.jdesktop.observablecollections
-
Packages that use org.jdesktop.observablecollections Package Description org.jdesktop.observablecollections Provides support for observing changes to collection classes.org.jdesktop.swingbinding.impl Private implementation details for Swing binding. -
Classes in org.jdesktop.observablecollections used by org.jdesktop.observablecollections Class Description ObservableCollections.ObservableListHelper ObservableListHelper
is created byobservableListHelper
, and useful when changes to individual elements of the list can be tracked.ObservableList AList
that notifies listeners of changes.ObservableListListener Notification types from anObservableList
.ObservableMap AMap
that notifies listeners of changes to theMap
.ObservableMapListener Notification types from anObservableMap
. -
Classes in org.jdesktop.observablecollections used by org.jdesktop.swingbinding.impl Class Description ObservableList AList
that notifies listeners of changes.ObservableListListener Notification types from anObservableList
.