Package | Description |
---|---|
org.jdesktop.observablecollections |
Provides support for observing changes to collection classes.
|
org.jdesktop.swingbinding.impl |
Private implementation details for Swing binding.
|
Class | Description |
---|---|
ObservableCollections.ObservableListHelper |
ObservableListHelper is created by observableListHelper ,
and useful when changes to individual elements of the list can be
tracked. |
ObservableList |
A
List that notifies listeners of changes. |
ObservableListListener |
Notification types from an
ObservableList . |
ObservableMap |
A
Map that notifies listeners of changes to the Map . |
ObservableMapListener |
Notification types from an
ObservableMap . |
Class | Description |
---|---|
ObservableList |
A
List that notifies listeners of changes. |
ObservableListListener |
Notification types from an
ObservableList . |