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,
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,
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 .
|