Uses of Class
ca.odell.glazedlists.swing.DefaultEventComboBoxModel
-
Packages that use DefaultEventComboBoxModel Package Description ca.odell.glazedlists.swing -
-
Uses of DefaultEventComboBoxModel in ca.odell.glazedlists.swing
Methods in ca.odell.glazedlists.swing that return DefaultEventComboBoxModel Modifier and Type Method Description static <E> DefaultEventComboBoxModel<E>
GlazedListsSwing. eventComboBoxModel(EventList<E> source)
Creates a new combobox model that contains all objects located in the givensource
and reacts to any changes in the givensource
.static <E> DefaultEventComboBoxModel<E>
GlazedListsSwing. eventComboBoxModelWithThreadProxyList(EventList<E> source)
Creates a new combobox model that contains all objects located in the givensource
and reacts to any changes in the givensource
.
-