Uses of Class
ca.odell.glazedlists.swing.DefaultEventListModel
-
Packages that use DefaultEventListModel Package Description ca.odell.glazedlists.swing -
-
Uses of DefaultEventListModel in ca.odell.glazedlists.swing
Subclasses of DefaultEventListModel in ca.odell.glazedlists.swing Modifier and Type Class Description class
DefaultEventComboBoxModel<E>
A combo box model for displaying Glazed Lists in a combo box.class
EventComboBoxModel<E>
Deprecated.UseDefaultEventComboBoxModel
instead.class
EventListModel<E>
Deprecated.UseDefaultEventListModel
instead.Methods in ca.odell.glazedlists.swing that return DefaultEventListModel Modifier and Type Method Description static <E> DefaultEventListModel<E>
GlazedListsSwing. eventListModel(EventList<E> source)
Creates a new list model that contains all objects located in the givensource
and reacts to any changes in the givensource
.static <E> DefaultEventListModel<E>
GlazedListsSwing. eventListModelWithThreadProxyList(EventList<E> source)
Creates a new list model that contains all objects located in the givensource
and reacts to any changes in the givensource
.
-