Uses of Class
ca.odell.glazedlists.swing.DefaultEventListModel

Packages that use DefaultEventListModel
ca.odell.glazedlists.swing   
 

Uses of DefaultEventListModel in ca.odell.glazedlists.swing
 

Subclasses of DefaultEventListModel in ca.odell.glazedlists.swing
 class DefaultEventComboBoxModel<E>
          A combo box model for displaying Glazed Lists in a combo box.
 class EventComboBoxModel<E>
          Deprecated. Use DefaultEventComboBoxModel 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).
 class EventListModel<E>
          Deprecated. Use DefaultEventListModel 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 DefaultEventListModel
static
<E> DefaultEventListModel<E>
GlazedListsSwing.eventListModel(EventList<E> source)
          Creates a new list model that contains all objects located in the given source and reacts to any changes in the given source.
static
<E> DefaultEventListModel<E>
GlazedListsSwing.eventListModelWithThreadProxyList(EventList<E> source)
          Creates a new list model that contains all objects located in the given source and reacts to any changes in the given source.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58