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 and 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 and Description |
---|---|
class |
ListBindingManager |