|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |