|
||||||||||
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> |
EventTableViewer.getTableItemConfigurer()
Gets the TableItemConfigurer . |
Methods in ca.odell.glazedlists.swt with parameters of type TableItemConfigurer | |
---|---|
void |
EventTableViewer.setTableItemConfigurer(TableItemConfigurer<? super E> tableItemConfigurer)
Sets a new TableItemConfigurer . |
Constructors in ca.odell.glazedlists.swt with parameters of type TableItemConfigurer | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |