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



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2009-01-25 18:40