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

Public Member Functions

 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 ()
 
Object getCellEditorValue ()
 
boolean isCellEditable (final EventObject anEvent)
 
boolean shouldSelectCell (final EventObject anEvent)
 
boolean stopCellEditing ()
 
void cancelCellEditing ()
 
Component getTreeCellEditorComponent (final JTree tree, final Object value, final boolean isSelected, final boolean expanded, final boolean leaf, final int row)
 
Component getTableCellEditorComponent (final JTable table, final Object value, final boolean isSelected, final int row, final int column)
 

Protected Member Functions

void set (final TregexPattern pattern)
 

Protected Attributes

final TregexPatternCell textComponent
 
- Protected Attributes inherited from grammarscope.common.model.TextCellEditor
final JComponent editorComponent
 
final EditorDelegate delegate
 
int clickCountToStart
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Pattern renderer

Constructor & Destructor Documentation

◆ Renderer()

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

Constructor

Parameters
textComponenttext component

Member Function Documentation

◆ getTableCellRendererComponent()

Component grammarscope.editor.component.TregexPatternTable.Renderer.getTableCellRendererComponent ( final JTable  table,
final Object  value,
final boolean  isSelected,
final boolean  hasFocus,
final int  row,
final int  column 
)

◆ set()

void grammarscope.editor.component.TregexPatternTable.Renderer.set ( final TregexPattern  pattern)
protected

Set pattern

Parameters
patterntregex pattern

Member Data Documentation

◆ serialVersionUID

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

◆ textComponent

final TregexPatternCell grammarscope.editor.component.TregexPatternTable.Renderer.textComponent
protected

The text component


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