java.lang.Object | |
↳ | javax.swing.DefaultCellEditor.EditorDelegate |
The protected EditorDelegate
class.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
value | The value of this cell. |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
When an action is performed, editing is ended.
| |||||||||||
Cancels editing.
| |||||||||||
Returns the value of this cell.
| |||||||||||
Returns true if
anEvent is not a
MouseEvent . | |||||||||||
When an item's state changes, editing is ended.
| |||||||||||
Sets the value of this cell.
| |||||||||||
Returns true to indicate that the editing cell may
be selected.
| |||||||||||
Returns true to indicate that editing has begun.
| |||||||||||
Stops editing and
returns true to indicate that editing has stopped.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
When an action is performed, editing is ended.
e | the action event |
---|
Cancels editing. This method calls fireEditingCanceled
.
Returns true if anEvent
is not a
MouseEvent
. Otherwise, it returns true
if the necessary number of clicks have occurred, and
returns false otherwise.
anEvent | the event |
---|
When an item's state changes, editing is ended.
e | the action event |
---|
Sets the value of this cell.
value | the new value of this cell |
---|
Returns true to indicate that the editing cell may be selected.
anEvent | the event |
---|
Returns true to indicate that editing has begun.
anEvent | the event |
---|
Stops editing and
returns true to indicate that editing has stopped.
This method calls fireEditingStopped
.