Uses of Interface
ca.odell.glazedlists.swt.TableItemConfigurer

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
<E> DefaultEventTableViewer<E>
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
<E> DefaultEventTableViewer<E>
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.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58