Uses of Interface
ca.odell.glazedlists.swing.AdvancedListSelectionModel

Packages that use AdvancedListSelectionModel
ca.odell.glazedlists.swing   
 

Uses of AdvancedListSelectionModel in ca.odell.glazedlists.swing
 

Classes in ca.odell.glazedlists.swing that implement AdvancedListSelectionModel
 class DefaultEventSelectionModel<E>
          An DefaultEventSelectionModel is a class that performs two simulaneous services.
 class EventSelectionModel<E>
          Deprecated. Use DefaultEventSelectionModel instead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an EDT safe list has been determined to be undesirable (it is better for the user to provide their own EDT safe list).
 

Methods in ca.odell.glazedlists.swing that return AdvancedListSelectionModel
static
<E> AdvancedListSelectionModel<E>
GlazedListsSwing.eventSelectionModel(EventList<E> source)
          Creates a new selection model that also presents a list of the selection.
static
<E> AdvancedListSelectionModel<E>
GlazedListsSwing.eventSelectionModelWithThreadProxyList(EventList<E> source)
          Creates a new selection model that also presents a list of the selection.
 AdvancedListSelectionModel<E> JXTableSupport.getTableSelectionModel()
           
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2015-02-16 14:02