The protected EditorDelegate class.
◆ cancelCellEditing()
| void grammarscope.common.model.TextCellEditor.EditorDelegate.cancelCellEditing |
( |
| ) |
|
Cancels editing. This method calls fireEditingCanceled.
◆ getCellEditorValue()
| Object grammarscope.common.model.TextCellEditor.EditorDelegate.getCellEditorValue |
( |
| ) |
|
Returns the value of this cell.
- Returns
- the value of this cell
◆ isCellEditable()
| boolean grammarscope.common.model.TextCellEditor.EditorDelegate.isCellEditable |
( |
final 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.
- Parameters
-
- Returns
- true if cell is ready for editing, false otherwise
- See also
- setClickCountToStart
-
shouldSelectCell
◆ setValue()
| void grammarscope.common.model.TextCellEditor.EditorDelegate.setValue |
( |
final Object |
value | ) |
|
Sets the value of this cell.
- Parameters
-
| value | the new value of this cell |
◆ shouldSelectCell()
| boolean grammarscope.common.model.TextCellEditor.EditorDelegate.shouldSelectCell |
( |
final EventObject |
anEvent | ) |
|
Returns true to indicate that the editing cell may be selected.
- Parameters
-
- Returns
- true
- See also
- isCellEditable
◆ startCellEditing()
| boolean grammarscope.common.model.TextCellEditor.EditorDelegate.startCellEditing |
( |
final EventObject |
anEvent | ) |
|
Returns true to indicate that editing has begun.
- Parameters
-
- Returns
- true to indicate that editing has begun
◆ stopCellEditing()
| boolean grammarscope.common.model.TextCellEditor.EditorDelegate.stopCellEditing |
( |
| ) |
|
Stops editing and returns true to indicate that editing has stopped. This method calls fireEditingStopped.
- Returns
- true
◆ serialVersionUID
| final long grammarscope.common.model.TextCellEditor.EditorDelegate.serialVersionUID = 1L |
|
staticprivate |
◆ value
| Object grammarscope.common.model.TextCellEditor.EditorDelegate.value |
|
protected |
The documentation for this class was generated from the following file: