All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.JCEnterCellAdapter
java.lang.Object
|
+----jclass.table.JCEnterCellAdapter
- public abstract class JCEnterCellAdapter
- extends Object
- implements JCEnterCellListener
The adapter which receives JCEnterCell 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:
- JCEnterCellEvent
-
JCEnterCellAdapter()
-
-
enterCellBegin(JCEnterCellEvent)
- Invoked before the cell is traversed to.
-
enterCellEnd(JCEnterCellEvent)
- Invoked after the cell is traversed to.
JCEnterCellAdapter
public JCEnterCellAdapter()
enterCellBegin
public void enterCellBegin(JCEnterCellEvent e)
- Invoked before the cell is traversed to.
enterCellEnd
public void enterCellEnd(JCEnterCellEvent e)
- Invoked after the cell is traversed to.
All Packages Class Hierarchy This Package Previous Next Index