|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.table.JCEditCellAdapter
The adapter which receives JCEditCell
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.
JCEditCellEvent
Constructor Summary | |
JCEditCellAdapter()
|
Method Summary | |
void |
afterEditCell(com.klg.jclass.table.JCEditCellEvent e)
Invoked when the editor is removed. |
void |
beforeEditCell(com.klg.jclass.table.JCEditCellEvent e)
Invoked before the cell edit begins. |
void |
editCell(com.klg.jclass.table.JCEditCellEvent e)
Invoked once the editor has been created and displayed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JCEditCellAdapter()
Method Detail |
public void beforeEditCell(com.klg.jclass.table.JCEditCellEvent e)
beforeEditCell
in interface JCEditCellListener
e
- public void editCell(com.klg.jclass.table.JCEditCellEvent e)
editCell
in interface JCEditCellListener
e
- public void afterEditCell(com.klg.jclass.table.JCEditCellEvent e)
afterEditCell
in interface JCEditCellListener
e
-
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |