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 classDefaultEventComboBoxModel<E>A combo box model for displaying Glazed Lists in a combo box.classEventComboBoxModel<E>Deprecated.UseDefaultEventComboBoxModelinstead.classEventListModel<E>Deprecated.UseDefaultEventListModelinstead.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 givensourceand 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 givensourceand reacts to any changes in the givensource.
-