| Package | Description |
|---|---|
| org.jdesktop.observablecollections |
Provides support for observing changes to collection classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <E> ObservableCollections.ObservableListHelper<E> |
ObservableCollections.observableListHelper(java.util.List<E> list) |
Creates and returns an
ObservableListHelper wrapping
the supplied List. |