Uses of Interface
com.ideanest.swing.ActiveCollection

Packages that use ActiveCollection
com.ideanest.swing   
 

Uses of ActiveCollection in com.ideanest.swing
 

Subinterfaces of ActiveCollection in com.ideanest.swing
 interface ActiveList
           
 interface ActiveSet
           
 interface ActiveSortedSet
           
 

Methods in com.ideanest.swing that return ActiveCollection
static ActiveCollection ActiveCollections.activeCollection(java.util.Collection c)
          Returns an active version of the specified collection that fires ListDataEvents when the collection is mutated.
static ActiveCollection ActiveCollections.synchronizedActiveCollection(java.util.Collection c)
          Returns a synchronized active version of the specified collection that fires ListDataEvents when the collection is mutated.
static ActiveCollection ActiveCollections.unmodifiableActiveCollection(ActiveCollection c)
          Returns an unmodifiable view of the specified active collection.
 

Methods in com.ideanest.swing with parameters of type ActiveCollection
static ActiveCollection ActiveCollections.unmodifiableActiveCollection(ActiveCollection c)
          Returns an unmodifiable view of the specified active collection.