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

Classes

class  Editor
 
class  Renderer
 

Public Member Functions

 TregexPatternTable ()
 
 TregexPatternTable (final List< TregexPattern > patterns)
 
void initialize ()
 
void set (final List< TregexPattern > patterns)
 
JPanel makePatternPanel ()
 
List< TregexPattern > get ()
 
void stopEditing ()
 
void cancelEditing ()
 
void removeEditor ()
 
void add ()
 
void remove ()
 
void expand ()
 
void shrink ()
 
Dimension getPreferredSize ()
 
void setEditable (final boolean modelEditable, final boolean relationEditable)
 
void addEventListener (final IEventListener eventListener)
 

Static Private Member Functions

static TregexPattern compile (final String text)
 
static String compileToPretty (final String text)
 

Private Attributes

boolean isEditable
 
JButton okButton
 
JButton cancelButton
 
JButton expandButton
 
JButton shrinkButton
 
JButton addButton
 
JButton removeButton
 
final EventFirer eventFirer
 

Static Private Attributes

static final long serialVersionUID = 1L
 
static final Border editingBorder = BorderFactory.createLineBorder(Color.BLACK)
 

Detailed Description

Table to display/edit TregexPatterns

Author
Bernard Bou

Constructor & Destructor Documentation

◆ TregexPatternTable() [1/2]

grammarscope.editor.component.TregexPatternTable.TregexPatternTable ( )

Constructor

◆ TregexPatternTable() [2/2]

grammarscope.editor.component.TregexPatternTable.TregexPatternTable ( final List< TregexPattern >  patterns)

Constructor

Parameters
patternstregex patterns

Member Function Documentation

◆ add()

void grammarscope.editor.component.TregexPatternTable.add ( )

Add a pattern

◆ addEventListener()

void grammarscope.editor.component.TregexPatternTable.addEventListener ( final IEventListener  eventListener)

Add listener

Parameters
eventListenerevent listener

◆ cancelEditing()

void grammarscope.editor.component.TregexPatternTable.cancelEditing ( )

Cancel editing command

◆ compile()

static TregexPattern grammarscope.editor.component.TregexPatternTable.compile ( final String  text)
staticprivate

Compile tregexp pattern

Parameters
texttregexp pattern text
Returns
tregexp pattern or null if compile fails

◆ compileToPretty()

static String grammarscope.editor.component.TregexPatternTable.compileToPretty ( final String  text)
staticprivate

Pretty printing of compiled pattern

Parameters
texttregexp pattern text
Returns
pretty printing of compiled tregexp pattern or error message if compile fails

◆ expand()

void grammarscope.editor.component.TregexPatternTable.expand ( )

Expand space for selected pattern

◆ get()

List<TregexPattern> grammarscope.editor.component.TregexPatternTable.get ( )

Retrieve (edited) patterns

Returns
tregex patterns

◆ getPreferredSize()

Dimension grammarscope.editor.component.TregexPatternTable.getPreferredSize ( )

◆ initialize()

void grammarscope.editor.component.TregexPatternTable.initialize ( )

Initialize

◆ makePatternPanel()

JPanel grammarscope.editor.component.TregexPatternTable.makePatternPanel ( )

Make pattern panel

Returns
panel

◆ remove()

void grammarscope.editor.component.TregexPatternTable.remove ( )

Remove selected pattern

◆ removeEditor()

void grammarscope.editor.component.TregexPatternTable.removeEditor ( )

◆ set()

void grammarscope.editor.component.TregexPatternTable.set ( final List< TregexPattern >  patterns)

Set patterns

Parameters
patternstregex patterns

◆ setEditable()

void grammarscope.editor.component.TregexPatternTable.setEditable ( final boolean  modelEditable,
final boolean  relationEditable 
)

Set editable

Parameters
modelEditablewhether model edition is permitted
relationEditablewhether relation edition is permitted

◆ shrink()

void grammarscope.editor.component.TregexPatternTable.shrink ( )

Shrink space for selected pattern

◆ stopEditing()

void grammarscope.editor.component.TregexPatternTable.stopEditing ( )

Stop editing command

Member Data Documentation

◆ addButton

JButton grammarscope.editor.component.TregexPatternTable.addButton
private

Add button

◆ cancelButton

JButton grammarscope.editor.component.TregexPatternTable.cancelButton
private

Cancel button

◆ editingBorder

final Border grammarscope.editor.component.TregexPatternTable.editingBorder = BorderFactory.createLineBorder(Color.BLACK)
staticprivate

Editing border

◆ eventFirer

final EventFirer grammarscope.editor.component.TregexPatternTable.eventFirer
private

Event firer

◆ expandButton

JButton grammarscope.editor.component.TregexPatternTable.expandButton
private

Expand button

◆ isEditable

boolean grammarscope.editor.component.TregexPatternTable.isEditable
private

Editable flag

◆ okButton

JButton grammarscope.editor.component.TregexPatternTable.okButton
private

Ok button

◆ removeButton

JButton grammarscope.editor.component.TregexPatternTable.removeButton
private

Remove button

◆ serialVersionUID

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

◆ shrinkButton

JButton grammarscope.editor.component.TregexPatternTable.shrinkButton
private

Shrink button


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