org.fuin.utils4swing.glazedlists
Interface TableFormatExt<E>

Type Parameters:
E - A business class annotated with @TableColumn.
All Superinterfaces:
ca.odell.glazedlists.gui.TableFormat<E>

public interface TableFormatExt<E>
extends ca.odell.glazedlists.gui.TableFormat<E>

Adds a column width information to the table format.


Method Summary
 int getColumnWidth(int column)
          Returns the width for a given column.
 
Methods inherited from interface ca.odell.glazedlists.gui.TableFormat
getColumnCount, getColumnName, getColumnValue
 

Method Detail

getColumnWidth

int getColumnWidth(int column)
Returns the width for a given column.

Parameters:
column - Column number (0..N).
Returns:
Preferred width of the column.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.