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

Constructor Index

 o JCEnterCellAdapter()

Method Index

 o enterCellBegin(JCEnterCellEvent)
Invoked before the cell is traversed to.
 o enterCellEnd(JCEnterCellEvent)
Invoked after the cell is traversed to.

Constructors

 o JCEnterCellAdapter
 public JCEnterCellAdapter()

Methods

 o enterCellBegin
 public void enterCellBegin(JCEnterCellEvent e)
Invoked before the cell is traversed to.

 o enterCellEnd
 public void enterCellEnd(JCEnterCellEvent e)
Invoked after the cell is traversed to.


All Packages  Class Hierarchy  This Package  Previous  Next  Index