![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
Editor (final TregexPatternCell textComponent) | |
Component | getTableCellEditorComponent (final JTable table, final Object value, final boolean isSelected, final int row, final int column) |
Object | getCellEditorValue () |
boolean | isCellEditable (final EventObject anEvent) |
boolean | shouldSelectCell (final EventObject anEvent) |
boolean | stopCellEditing () |
![]() | |
Renderer (final TregexPatternCell textComponent) | |
Component | getTableCellRendererComponent (final JTable table, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column) |
![]() | |
TextCellEditor (final JTextPane textPane) | |
Component | getComponent () |
void | setClickCountToStart (final int count) |
int | getClickCountToStart () |
void | cancelCellEditing () |
Component | getTreeCellEditorComponent (final JTree tree, final Object value, final boolean isSelected, final boolean expanded, final boolean leaf, final int row) |
Protected Attributes | |
final JComponent | component |
BalloonTip | balloon |
![]() | |
final TregexPatternCell | textComponent |
![]() | |
final JComponent | editorComponent |
final EditorDelegate | delegate |
int | clickCountToStart |
Private Member Functions | |
void | setBalloon (final TregexPattern pattern) |
void | putBalloon () |
void | removeBalloon () |
void | enableToolbar (final boolean flag) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Additional Inherited Members | |
![]() | |
void | set (final TregexPattern pattern) |
Pattern editor
grammarscope.editor.component.TregexPatternTable.Editor.Editor | ( | final TregexPatternCell | textComponent | ) |
Constructor
textComponent | text component |
|
private |
Enable side toolbar
flag | on/off |
Object grammarscope.editor.component.TregexPatternTable.Editor.getCellEditorValue | ( | ) |
Forwards the message from the CellEditor
to the delegate
.
Reimplemented from grammarscope.common.model.TextCellEditor.
Component grammarscope.editor.component.TregexPatternTable.Editor.getTableCellEditorComponent | ( | final JTable | table, |
final Object | value, | ||
final boolean | isSelected, | ||
final int | row, | ||
final int | column | ||
) |
Implements the TableCellEditor
interface.
Reimplemented from grammarscope.common.model.TextCellEditor.
boolean grammarscope.editor.component.TregexPatternTable.Editor.isCellEditable | ( | final EventObject | anEvent | ) |
Forwards the message from the CellEditor
to the delegate
.
Reimplemented from grammarscope.common.model.TextCellEditor.
|
private |
Put balloon on display
|
private |
Remove balloon from display
|
private |
Set balloon's tregex pattern
pattern | tregex pattern |
boolean grammarscope.editor.component.TregexPatternTable.Editor.shouldSelectCell | ( | final EventObject | anEvent | ) |
Forwards the message from the CellEditor
to the delegate
.
Reimplemented from grammarscope.common.model.TextCellEditor.
boolean grammarscope.editor.component.TregexPatternTable.Editor.stopCellEditing | ( | ) |
Forwards the message from the CellEditor
to the delegate
.
Reimplemented from grammarscope.common.model.TextCellEditor.
|
protected |
Balloon tip
|
protected |
Returned wrapping component
|
staticprivate |