JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.cell
Interface JCCellEditorEventSource

All Known Subinterfaces:
JCCellEditor, JCCellTextEditor
All Known Implementing Classes:
BaseCellEditor, JCCellEditorSupport, JCCheckBoxCellEditor, JCComboBoxCellEditor, JCComboFieldCellEditor, JCImageCellEditor, JCMultilineCellEditor, JCPopupFieldCellEditor, JCSpinFieldCellEditor, JCTextFieldCellEditor, NullCellEditor

public interface JCCellEditorEventSource

Defines the add and remove methods for an object that posts JCCellEditorEvents.


Method Summary
 void addCellEditorListener(com.klg.jclass.cell.JCCellEditorListener l)
          Adds a listener to the list that is notified when the editor starts, stops, or cancels editing.
 void removeCellEditorListener(com.klg.jclass.cell.JCCellEditorListener l)
          Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.
 

Method Detail

addCellEditorListener

public void addCellEditorListener(com.klg.jclass.cell.JCCellEditorListener l)
Adds a listener to the list that is notified when the editor starts, stops, or cancels editing.

Parameters:
l - the JCCellEditorListener

removeCellEditorListener

public void removeCellEditorListener(com.klg.jclass.cell.JCCellEditorListener l)
Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.

Parameters:
l - the JCCellEditorListener

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