Package | Description |
---|---|
ca.odell.glazedlists.swing |
Modifier and Type | Class and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
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 mockbuild at 2013-02-25 11:44