API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. CellEditor View Source
Author(s)
Alan Chung
Since
Version
1.26 11/17/05
Serial
Hierarchy
 CellEditor
Subinterfaces
Description
public interface CellEditor
  This interface defines the methods any general editor should be able to implement.
See also:    CellEditorListener
Methods
Hide/Show inherited methods
public void addCellEditorListener (CellEditorListener l)
  Adds a listener to the list that's notified when the editor stops, or cancels editing.
public void cancelCellEditing ()
Tells the editor to cancel editing and not accept any partially edited value.
public Object getCellEditorValue ()
  Returns the value contained in the editor.
public boolean isCellEditable (EventObject anEvent)
  Asks the editor if it can start editing using anEvent.
public void removeCellEditorListener (CellEditorListener l)
  Removes a listener from the list that's notified
public boolean shouldSelectCell (EventObject anEvent)
  Returns true if the editing cell should be selected, false otherwise.
public boolean stopCellEditing ()
  Tells the editor to stop editing and accept any partially edited value as the value of the editor.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar