All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.JCResizeCellAdapter

java.lang.Object
   |
   +----jclass.table.JCResizeCellAdapter

public abstract class JCResizeCellAdapter
extends Object
implements JCResizeCellListener
The adapter which receives JCResizeCell events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
JCResizeCellEvent

Constructor Index

 o JCResizeCellAdapter()

Method Index

 o resizeCellBegin(JCResizeCellEvent)
Invoked before the row and/or column is resized.
 o resizeCellEnd(JCResizeCellEvent)
Invoked after the row and/or column is resized.

Constructors

 o JCResizeCellAdapter
 public JCResizeCellAdapter()

Methods

 o resizeCellBegin
 public void resizeCellBegin(JCResizeCellEvent e)
Invoked before the row and/or column is resized. The event's setAllowResize method can be called to prevent the resize.

See Also:
setAllowResize
 o resizeCellEnd
 public void resizeCellEnd(JCResizeCellEvent e)
Invoked after the row and/or column is resized. The event's values can be modified via its setXXX methods.


All Packages  Class Hierarchy  This Package  Previous  Next  Index