|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdvancedTableModel | |
---|---|
ca.odell.glazedlists.swing |
Uses of AdvancedTableModel in ca.odell.glazedlists.swing |
---|
Classes in ca.odell.glazedlists.swing that implement AdvancedTableModel | |
---|---|
class |
DefaultEventTableModel<E>
A TableModel that holds an EventList . |
class |
EventJXTableModel<E>
An extension of the EventTableModel for better integration with
JXTable. |
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). |
Methods in ca.odell.glazedlists.swing that return AdvancedTableModel | ||
---|---|---|
static
|
GlazedListsSwing.eventTableModel(EventList<E> source,
String[] propertyNames,
String[] columnLabels,
boolean[] writable)
Creates a new table model that renders the specified list with an automatically generated TableFormat . |
|
static
|
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
|
GlazedListsSwing.eventTableModelWithThreadProxyList(EventList<E> source,
String[] propertyNames,
String[] columnLabels,
boolean[] writable)
Creates a new table model that renders the specified list with an automatically generated TableFormat . |
|
static
|
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 . |
|
AdvancedTableModel<E> |
JXTableSupport.getTableModel()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |