JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCEditCellAdapter

java.lang.Object
  |
  +--com.klg.jclass.table.JCEditCellAdapter
All Implemented Interfaces:
EventListener, JCEditCellListener

public abstract class JCEditCellAdapter
extends Object
implements JCEditCellListener

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.

See Also:
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

JCEditCellAdapter

public JCEditCellAdapter()
Method Detail

beforeEditCell

public void beforeEditCell(com.klg.jclass.table.JCEditCellEvent e)
Invoked before the cell edit begins. Listeners have the opportunity to prevent edit.

Specified by:
beforeEditCell in interface JCEditCellListener
Parameters:
e -

editCell

public void editCell(com.klg.jclass.table.JCEditCellEvent e)
Invoked once the editor has been created and displayed.

Specified by:
editCell in interface JCEditCellListener
Parameters:
e -

afterEditCell

public void afterEditCell(com.klg.jclass.table.JCEditCellEvent e)
Invoked when the editor is removed.

Specified by:
afterEditCell in interface JCEditCellListener
Parameters:
e -

Copyright © 2004 Quest Software Inc..
All rights reserved.