| JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.event
Interface CellEditorListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- BasicTreeUI.CellEditorHandler, JTable, JTable.AccessibleJTable
public interface CellEditorListener - extends EventListener
CellEditorListener defines the interface for an object that listens
to changes in a CellEditor
editingStopped
void editingStopped(ChangeEvent e)
- This tells the listeners the editor has ended editing
editingCanceled
void editingCanceled(ChangeEvent e)
- This tells the listeners the editor has canceled editing
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|