QJCC homepage

biz.chitec.quarterback.swing
Interface TableRowHeightListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TableCellSizeAdjustor

public interface TableRowHeightListener
extends java.util.EventListener

Listener interface for table row height events.

Version:
$Id: 03feca95998ffaf175d9af470f4e4f106a46ca54 $
Author:
cantamen/Dirk Hillbrecht 2005

Method Summary
 void preferredTableRowHeightChange(TableRowHeightEvent e)
          Called if an event of type TableRowHeightEvent.PREFERRED_ROW_HEIGHT is delivered
 void tableRowHeightChange(TableRowHeightEvent e)
          Called if an event of type TableRowHeightEvent.ROW_HEIGHT is delivered
 void tableRowHeightDropCache(TableRowHeightEvent e)
          Called if an event of type TableRowHeightEvent.DROP_CACHE is delivered
 

Method Detail

preferredTableRowHeightChange

public void preferredTableRowHeightChange(TableRowHeightEvent e)
Called if an event of type TableRowHeightEvent.PREFERRED_ROW_HEIGHT is delivered


tableRowHeightChange

public void tableRowHeightChange(TableRowHeightEvent e)
Called if an event of type TableRowHeightEvent.ROW_HEIGHT is delivered


tableRowHeightDropCache

public void tableRowHeightDropCache(TableRowHeightEvent e)
Called if an event of type TableRowHeightEvent.DROP_CACHE is delivered


QJCC homepage