| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.DefaultCellEditor.EditorDelegate
The protected EditorDelegate class.
| Field Summary | |
| protected  Object | valueThe value of this cell. | 
| Constructor Summary | |
| protected  | DefaultCellEditor.EditorDelegate() | 
| Method Summary | |
|  void | actionPerformed(ActionEvent e)When an action is performed, editing is ended. | 
|  void | cancelCellEditing()Cancels editing. | 
|  Object | getCellEditorValue()Returns the value of this cell. | 
|  boolean | isCellEditable(EventObject anEvent)Returns true if anEventis not aMouseEvent. | 
|  void | itemStateChanged(ItemEvent e)When an item's state changes, editing is ended. | 
|  void | setValue(Object value)Sets the value of this cell. | 
|  boolean | shouldSelectCell(EventObject anEvent)Returns true to indicate that the editing cell may be selected. | 
|  boolean | startCellEditing(EventObject anEvent)Returns true to indicate that editing has begun. | 
|  boolean | stopCellEditing()Stops editing and returns true to indicate that editing has stopped. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected Object value
| Constructor Detail | 
protected DefaultCellEditor.EditorDelegate()
| Method Detail | 
public Object getCellEditorValue()
public void setValue(Object value)
value - the new value of this cellpublic boolean isCellEditable(EventObject anEvent)
anEvent is not a
 MouseEvent.  Otherwise, it returns true
 if the necessary number of clicks have occurred, and
 returns false otherwise.
anEvent - the event
DefaultCellEditor.setClickCountToStart(int), 
shouldSelectCell(java.util.EventObject)public boolean shouldSelectCell(EventObject anEvent)
anEvent - the event
isCellEditable(java.util.EventObject)public boolean startCellEditing(EventObject anEvent)
anEvent - the eventpublic boolean stopCellEditing()
fireEditingStopped.
public void cancelCellEditing()
fireEditingCanceled.
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - the action eventstopCellEditing()public void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenere - the action eventstopCellEditing()| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.