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
-
JCResizeCellAdapter()
-
-
resizeCellBegin(JCResizeCellEvent)
- Invoked before the row and/or column is resized.
-
resizeCellEnd(JCResizeCellEvent)
- Invoked after the row and/or column is resized.
JCResizeCellAdapter
public JCResizeCellAdapter()
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
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