|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableModelEventAdapter.Factory | |
---|---|
ca.odell.glazedlists.swing |
Uses of TableModelEventAdapter.Factory in ca.odell.glazedlists.swing |
---|
Methods in ca.odell.glazedlists.swing that return TableModelEventAdapter.Factory | ||
---|---|---|
static
|
GlazedListsSwing.defaultEventAdapterFactory()
Gets a factory for creating a default TableModelEventAdapter . |
|
static
|
GlazedListsSwing.manyToOneEventAdapterFactory()
Gets a factory for creating a non-default TableModelEventAdapter . |
Methods in ca.odell.glazedlists.swing with parameters of type TableModelEventAdapter.Factory | ||
---|---|---|
static
|
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
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |