| Package | Description |
|---|---|
| ca.odell.glazedlists.swing |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventTableModel<E>
A
TableModel that holds an EventList. |
class |
EventJXTableModel<E>
Deprecated.
Use
DefaultEventTableModel with a
ManyToOneTableModelEventAdapter 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 |
EventTableModel<E>
Deprecated.
Use
DefaultEventTableModel 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> AdvancedTableModel<E> |
GlazedListsSwing.eventTableModel(EventList<E> source,
java.lang.String[] propertyNames,
java.lang.String[] columnLabels,
boolean[] writable)
Creates a new table model that renders the specified list with an automatically
generated
TableFormat. |
static <E> AdvancedTableModel<E> |
GlazedListsSwing.eventTableModel(EventList<E> source,
TableFormat<? super E> tableFormat)
Creates a new table model that extracts column data from the given
source using the the given tableFormat. |
static <E> AdvancedTableModel<E> |
GlazedListsSwing.eventTableModel(EventList<E> source,
TableFormat<? super E> tableFormat,
TableModelEventAdapter.Factory<E> eventAdapterFactory)
Creates a new table model that extracts column data from the given
source using the the given tableFormat. |
static <E> AdvancedTableModel<E> |
GlazedListsSwing.eventTableModelWithThreadProxyList(EventList<E> source,
java.lang.String[] propertyNames,
java.lang.String[] columnLabels,
boolean[] writable)
Creates a new table model that renders the specified list with an automatically
generated
TableFormat. |
static <E> AdvancedTableModel<E> |
GlazedListsSwing.eventTableModelWithThreadProxyList(EventList<E> source,
TableFormat<? super E> tableFormat)
Creates a new table model that extracts column data from the given
source
using the the given tableFormat. |
static <E> AdvancedTableModel<E> |
GlazedListsSwing.eventTableModelWithThreadProxyList(EventList<E> source,
TableFormat<? super E> tableFormat,
TableModelEventAdapter.Factory<E> eventAdapterFactory)
Creates a new table model that extracts column data from the given
source
using the the given tableFormat. |
AdvancedTableModel<E> |
JXTableSupport.getTableModel() |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019