Ontimize 5.2072EN

com.ontimize.gui.table
Interface TableSorter.ColumnSizeListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
TableSorter

public static interface TableSorter.ColumnSizeListener
extends java.util.EventListener

Interface used to notify the TableSorter that a column size change event.


Method Summary
 void columnToFitSize(TableSorter.ColumnSizeEvent e)
          Method that must be call to indicate that a concrete column must adjust its size.
 

Method Detail

columnToFitSize

public void columnToFitSize(TableSorter.ColumnSizeEvent e)
Method that must be call to indicate that a concrete column must adjust its size.

Parameters:
e - the event that wraps the column

Ontimize