ca.odell.glazedlists.swt
Interface TableColumnConfigurer
public interface TableColumnConfigurer
Optional interface to be implemented by a TableFormat
implementation usable by an
EventTableViewer
. For each table column the viewer creates it calls the
configure(TableColumn, int)
method to allow customization of the table column.
- Author:
- hbrands
Method Summary |
void |
configure(TableColumn tableColumn,
int column)
Callback method to allow customization of the specified table column. |
configure
void configure(TableColumn tableColumn,
int column)
- Callback method to allow customization of the specified table column.
- Parameters:
tableColumn
- the table columncolumn
- the corresponding column index
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2009-01-25 18:40