|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableItemConfigurer | |
---|---|
ca.odell.glazedlists.swt |
Uses of TableItemConfigurer in ca.odell.glazedlists.swt |
---|
Classes in ca.odell.glazedlists.swt that implement TableItemConfigurer | |
---|---|
static class |
TableItemConfigurer.DefaultTableItemConfigurer<E>
Default configurer that converts the column value to a string and sets it as the text of the TableItem. |
Fields in ca.odell.glazedlists.swt declared as TableItemConfigurer | |
---|---|
static TableItemConfigurer |
TableItemConfigurer.DEFAULT
Default configurer that converts the column value to a string and sets it as the text of the TableItem. |
Methods in ca.odell.glazedlists.swt that return TableItemConfigurer | |
---|---|
TableItemConfigurer<? super E> |
DefaultEventTableViewer.getTableItemConfigurer()
Gets the TableItemConfigurer . |
Methods in ca.odell.glazedlists.swt with parameters of type TableItemConfigurer | ||
---|---|---|
static
|
GlazedListsSWT.eventTableViewer(EventList<E> source,
org.eclipse.swt.widgets.Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer)
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList . |
|
static
|
GlazedListsSWT.eventTableViewerWithThreadProxyList(EventList<E> source,
org.eclipse.swt.widgets.Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer)
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList . |
|
void |
DefaultEventTableViewer.setTableItemConfigurer(TableItemConfigurer<? super E> tableItemConfigurer)
Sets a new TableItemConfigurer . |
Constructors in ca.odell.glazedlists.swt with parameters of type TableItemConfigurer | |
---|---|
DefaultEventTableViewer(EventList<E> source,
org.eclipse.swt.widgets.Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer)
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList . |
|
DefaultEventTableViewer(EventList<E> source,
org.eclipse.swt.widgets.Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer,
boolean disposeSource)
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList . |
|
EventTableViewer(EventList<E> source,
org.eclipse.swt.widgets.Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer)
Deprecated. Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |