GrammarScope  4.0.0
Public Member Functions | Protected Attributes | Static Private Attributes | List of all members
grammarscope.common.model.TextCellEditor.EditorDelegate Class Reference
Inheritance diagram for grammarscope.common.model.TextCellEditor.EditorDelegate:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.common.model.TextCellEditor.EditorDelegate:
Collaboration graph
[legend]

Public Member Functions

Object getCellEditorValue ()
 
void setValue (final Object value)
 
boolean isCellEditable (final EventObject anEvent)
 
boolean shouldSelectCell (final EventObject anEvent)
 
boolean startCellEditing (final EventObject anEvent)
 
boolean stopCellEditing ()
 
void cancelCellEditing ()
 

Protected Attributes

Object value
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

The protected EditorDelegate class.

Member Function Documentation

◆ 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
anEventthe event
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
valuethe 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
anEventthe event
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
anEventthe event
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

Member Data Documentation

◆ serialVersionUID

final long grammarscope.common.model.TextCellEditor.EditorDelegate.serialVersionUID = 1L
staticprivate

◆ value

Object grammarscope.common.model.TextCellEditor.EditorDelegate.value
protected

The value of this cell.


The documentation for this class was generated from the following file: