JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCEditCellListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCEditCellAdapter

public interface JCEditCellListener
extends EventListener

The listener interface for receiving JCEditCellEvent objects.

See Also:
JCTable.addEditCellListener(com.klg.jclass.table.JCEditCellListener), JCEditCellEvent

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.
 

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.


editCell

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


afterEditCell

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


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