| protected class javax.swing DefaultCellEditor.EditorDelegate
|
Java SE 6 |
| Fields | |
|---|---|
| protected Object | value The value of this cell. |
| Constructors | |
|---|---|
| protected | DefaultCellEditor.EditorDelegate() |
| Methods | |||||||
|---|---|---|---|---|---|---|---|
| public void | actionPerformed(ActionEvent e) When an action is performed, editing is ended.
| ||||||
| public void | cancelCellEditing() Cancels editing. This method calls fireEditingCanceled.
| ||||||
| public void | itemStateChanged(ItemEvent e) When an item's state changes, editing is ended.
| ||||||
| 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. This method calls fireEditingStopped.
| ||||||
| Properties | |||||||
|---|---|---|---|---|---|---|---|
| public boolean | isCellEditable(EventObject anEvent) Returns true if anEvent is not a
MouseEvent. Otherwise, it returns true
if the necessary number of clicks have occurred, and
returns false otherwise.
| ||||||
| public Object | getCellEditorValue() Returns the value of this cell.
| ||||||
| public void | setValue(Object value) Sets the value of this cell.
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|