API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. DefaultCellEditor.EditorDelegate View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DefaultCellEditor.EditorDelegate
Implements
 ActionListener
 ItemListener
 Serializable
Subclasses
Description
protected class DefaultCellEditor.EditorDelegate
The protected EditorDelegate class.
See also:   
Constructors
protected DefaultCellEditor.EditorDelegate ()
Methods
Hide/Show inherited methods
public void actionPerformed (ActionEvent e) [Specified in ActionListener]
  When an action is performed, editing is ended.
public void cancelCellEditing ()
  Cancels editing.
public Object getCellEditorValue ()
  Returns the value of this cell.
public boolean isCellEditable (EventObject anEvent)
  Returns true if anEvent is not a MouseEvent.
public void itemStateChanged (ItemEvent e) [Specified in ItemListener]
  When an item's state changes, editing is ended.
public void setValue (Object value)
  Sets the value of this cell.
public boolean shouldSelectCell (EventObject anEvent)
  Returns true to indicate that the editing cell may be selected.
public boolean startCellEditing (EventObject anEvent)
  Returns true to indicate that editing has begun.
public boolean stopCellEditing ()
  Stops editing and returns true to indicate that editing has stopped.
Fields
Hide/Show inherited fields
protected Object value
The value of this cell.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar