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