com.klg.jclass.table
Class JCCellDisplayAdapter
java.lang.Object
|
+--com.klg.jclass.table.JCCellDisplayAdapter
- All Implemented Interfaces:
- EventListener, JCCellDisplayListener
- public abstract class JCCellDisplayAdapter
- extends Object
- implements JCCellDisplayListener
The adapter which receives JCCellDisplay
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:
JCCellDisplayEvent
Method Summary |
void |
cellDisplay(com.klg.jclass.table.JCCellDisplayEvent e)
Invoked when the cell's value is to be displayed by the table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCCellDisplayAdapter
public JCCellDisplayAdapter()
cellDisplay
public void cellDisplay(com.klg.jclass.table.JCCellDisplayEvent e)
- Invoked when the cell's value is to be displayed by the table.
- Specified by:
cellDisplay
in interface JCCellDisplayListener
- Parameters:
e
-