API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. CellEditorListener View Source
Author(s)
Alan Chung
Since
Version
1.14 11/17/05
Serial
Hierarchy
 EventListener
      CellEditorListener
Subinterfaces
Description
public interface CellEditorListener
CellEditorListener defines the interface for an object that listens to changes in a CellEditor
See also:   
Methods
Hide/Show inherited methods
public void editingCanceled (ChangeEvent e)
This tells the listeners the editor has canceled editing
public void editingStopped (ChangeEvent e)
This tells the listeners the editor has ended editing
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar