Uses of Class
org.jdesktop.observablecollections.ObservableCollections.ObservableListHelper

Packages that use ObservableCollections.ObservableListHelper
org.jdesktop.observablecollections Provides support for observing changes to collection classes. 
 

Uses of ObservableCollections.ObservableListHelper in org.jdesktop.observablecollections
 

Methods in org.jdesktop.observablecollections that return ObservableCollections.ObservableListHelper
static
<E> ObservableCollections.ObservableListHelper<E>
ObservableCollections.observableListHelper(java.util.List<E> list)
          Creates and returns an ObservableListHelper wrapping the supplied List.