de.kupzog.ktable
Class KTableCellResizeAdapter

java.lang.Object
  extended by de.kupzog.ktable.KTableCellResizeAdapter
All Implemented Interfaces:
KTableCellResizeListener

public class KTableCellResizeAdapter
extends java.lang.Object
implements KTableCellResizeListener

Author:
Friederich Kupzog

Constructor Summary
KTableCellResizeAdapter()
           
 
Method Summary
 void columnResized(int col, int newWidth)
          Is called when a column is resized.
 void rowResized(int row, int newHeight)
          Is called when a row is resized.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KTableCellResizeAdapter

public KTableCellResizeAdapter()
Method Detail

columnResized

public void columnResized(int col,
                          int newWidth)
Description copied from interface: KTableCellResizeListener
Is called when a column is resized.

Specified by:
columnResized in interface KTableCellResizeListener

rowResized

public void rowResized(int row,
                       int newHeight)
Description copied from interface: KTableCellResizeListener
Is called when a row is resized. (but not when first row is resized!)

Specified by:
rowResized in interface KTableCellResizeListener