| Package | Description |
|---|---|
| ca.odell.glazedlists.swt |
| Modifier and Type | Class and Description |
|---|---|
static class |
TableItemConfigurer.DefaultTableItemConfigurer<E>
Default configurer that converts the column value to a string and sets it
as the text of the TableItem.
|
| Modifier and Type | Field and Description |
|---|---|
static TableItemConfigurer |
TableItemConfigurer.DEFAULT
Default configurer that converts the column value to a string and sets it
as the text of the TableItem.
|
| Modifier and Type | Method and Description |
|---|---|
TableItemConfigurer<? super E> |
DefaultEventTableViewer.getTableItemConfigurer()
Gets the
TableItemConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
static <E> DefaultEventTableViewer<E> |
GlazedListsSWT.eventTableViewer(EventList<E> source,
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 <E> DefaultEventTableViewer<E> |
GlazedListsSWT.eventTableViewerWithThreadProxyList(EventList<E> source,
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. |
| Constructor and Description |
|---|
DefaultEventTableViewer(EventList<E> source,
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,
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,
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. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2017-07-26 15:03