| Package | Description |
|---|---|
| org.jdesktop.observablecollections |
Provides support for observing changes to collection classes.
|
| org.jdesktop.swingbinding.impl |
Private implementation details for Swing binding.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ObservableList.addObservableListListener(ObservableListListener listener) |
Adds a listener that is notified when the list changes.
|
void |
ObservableList.removeObservableListListener(ObservableListListener listener) |
Removes a listener.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ListBindingManager |