GrammarScope  4.0.0
Public Member Functions | Protected Attributes | Private Member Functions | Static Private Attributes | List of all members
grammarscope.editor.component.TregexPatternTable.Editor Class Reference
Inheritance diagram for grammarscope.editor.component.TregexPatternTable.Editor:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.editor.component.TregexPatternTable.Editor:
Collaboration graph
[legend]

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 ()
 
- Public Member Functions inherited from grammarscope.editor.component.TregexPatternTable.Renderer
 Renderer (final TregexPatternCell textComponent)
 
Component getTableCellRendererComponent (final JTable table, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column)
 
- Public Member Functions inherited from grammarscope.common.model.TextCellEditor
 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
 
- Protected Attributes inherited from grammarscope.editor.component.TregexPatternTable.Renderer
final TregexPatternCell textComponent
 
- Protected Attributes inherited from grammarscope.common.model.TextCellEditor
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

- Protected Member Functions inherited from grammarscope.editor.component.TregexPatternTable.Renderer
void set (final TregexPattern pattern)
 

Detailed Description

Pattern editor

Constructor & Destructor Documentation

◆ Editor()

grammarscope.editor.component.TregexPatternTable.Editor.Editor ( final TregexPatternCell  textComponent)

Constructor

Parameters
textComponenttext component

Member Function Documentation

◆ enableToolbar()

void grammarscope.editor.component.TregexPatternTable.Editor.enableToolbar ( final boolean  flag)
private

Enable side toolbar

Parameters
flagon/off

◆ getCellEditorValue()

Object grammarscope.editor.component.TregexPatternTable.Editor.getCellEditorValue ( )

Forwards the message from the CellEditor to the delegate.

See also
EditorDelegate::getCellEditorValue

Reimplemented from grammarscope.common.model.TextCellEditor.

◆ getTableCellEditorComponent()

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.

◆ isCellEditable()

boolean grammarscope.editor.component.TregexPatternTable.Editor.isCellEditable ( final EventObject  anEvent)

Forwards the message from the CellEditor to the delegate.

See also
EditorDelegate::isCellEditable(EventObject)

Reimplemented from grammarscope.common.model.TextCellEditor.

◆ putBalloon()

void grammarscope.editor.component.TregexPatternTable.Editor.putBalloon ( )
private

Put balloon on display

◆ removeBalloon()

void grammarscope.editor.component.TregexPatternTable.Editor.removeBalloon ( )
private

Remove balloon from display

◆ setBalloon()

void grammarscope.editor.component.TregexPatternTable.Editor.setBalloon ( final TregexPattern  pattern)
private

Set balloon's tregex pattern

Parameters
patterntregex pattern

◆ shouldSelectCell()

boolean grammarscope.editor.component.TregexPatternTable.Editor.shouldSelectCell ( final EventObject  anEvent)

Forwards the message from the CellEditor to the delegate.

See also
EditorDelegate::shouldSelectCell(EventObject)

Reimplemented from grammarscope.common.model.TextCellEditor.

◆ stopCellEditing()

boolean grammarscope.editor.component.TregexPatternTable.Editor.stopCellEditing ( )

Forwards the message from the CellEditor to the delegate.

See also
EditorDelegate::stopCellEditing

Reimplemented from grammarscope.common.model.TextCellEditor.

Member Data Documentation

◆ balloon

BalloonTip grammarscope.editor.component.TregexPatternTable.Editor.balloon
protected

Balloon tip

◆ component

final JComponent grammarscope.editor.component.TregexPatternTable.Editor.component
protected

Returned wrapping component

◆ serialVersionUID

final long grammarscope.editor.component.TregexPatternTable.Editor.serialVersionUID = 1L
staticprivate

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