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

Public Member Functions

 MutableRelationView ()
 
void set (final MutableRelationModel model)
 
void set (final MutableGrammaticalRelation relation, final boolean flag)
 
void clear ()
 
void reset ()
 
void setEditable (final boolean modelEditable, final boolean relationEditable)
 
void commit ()
 
void notified (final Event event)
 
void addEventListener (final IEventListener eventListener)
 
void addEventListeners (final List< IEventListener > eventListeners)
 
void listen (final EventFirer eventFirer)
 

Private Member Functions

void initialize ()
 
void set (@SuppressWarnings("SameParameterValue") final boolean flag)
 
void set (final String parentName, final String name, final String shortName, final String longName, final String specific, final String description, final String[][] examplesCodings, final List< TregexPattern > patterns, final boolean isNew)
 

Static Private Member Functions

static TableModel makeCodedExamplesModel (final String[][] codedExamples)
 

Private Attributes

JTextField nameTextField
 
JTextField shortNameTextField
 
JTextField longNameTextField
 
JTextField specificTextField
 
JTextArea descriptionTextArea
 
JTable codedExampleTable
 
JComboBox< String > parentComboBox
 
TregexPatternTable patternTable
 
JLabel statusIndicator
 
MutableRelationModel model
 
MutableGrammaticalRelation relation
 
final EventFirer eventFirer
 

Static Private Attributes

static final long serialVersionUID = 1L
 
static final Icon freshIcon = new ImageIcon(MutableRelationView.class.getResource("images/fresh.png"))
 
static final Icon uncommittedIcon = new ImageIcon(MutableRelationView.class.getResource("images/uncommitted.png"))
 
static final Icon unsavedIcon = new ImageIcon(MutableRelationView.class.getResource("images/unsaved.png"))
 

Detailed Description

Relation view

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MutableRelationView()

grammarscope.editor.component.MutableRelationView.MutableRelationView ( )

Constructor

Member Function Documentation

◆ addEventListener()

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

Add listener

Parameters
eventListenerevent listener

◆ addEventListeners()

void grammarscope.editor.component.MutableRelationView.addEventListeners ( final List< IEventListener eventListeners)

Add listeners

Parameters
eventListenersevent listeners to add to firer

◆ clear()

void grammarscope.editor.component.MutableRelationView.clear ( )

Clear

◆ commit()

void grammarscope.editor.component.MutableRelationView.commit ( )

Commit changes

◆ initialize()

void grammarscope.editor.component.MutableRelationView.initialize ( )
private

Initialize

Make popup

Parameters
rowrelation
Returns
pop up menu

Show pop up menu

Parameters
mouseEventmouse event
tabletable

◆ listen()

void grammarscope.editor.component.MutableRelationView.listen ( final EventFirer  eventFirer)

Listen to event source

Parameters
eventFirerevent source

◆ makeCodedExamplesModel()

static TableModel grammarscope.editor.component.MutableRelationView.makeCodedExamplesModel ( final String  codedExamples[][])
staticprivate

Make model from array

Parameters
codedExamplesexample-code pairs
Returns
table model

◆ notified()

void grammarscope.editor.component.MutableRelationView.notified ( final Event  event)

Event notification

Parameters
eventevent

Implements grammarscope.message.IEventListener.

◆ reset()

void grammarscope.editor.component.MutableRelationView.reset ( )

Reset

◆ set() [1/4]

void grammarscope.editor.component.MutableRelationView.set ( @SuppressWarnings("SameParameterValue") final boolean  flag)
private

Set

Parameters
flagwhether the relation is new

◆ set() [2/4]

void grammarscope.editor.component.MutableRelationView.set ( final MutableGrammaticalRelation  relation,
final boolean  flag 
)

Set relation

Parameters
relationrelation to edit
flagwhether the relation is new

◆ set() [3/4]

void grammarscope.editor.component.MutableRelationView.set ( final MutableRelationModel  model)

Set model

Parameters
modelrelation model

◆ set() [4/4]

void grammarscope.editor.component.MutableRelationView.set ( final String  parentName,
final String  name,
final String  shortName,
final String  longName,
final String  specific,
final String  description,
final String  examplesCodings[][],
final List< TregexPattern >  patterns,
final boolean  isNew 
)
private

Set data

Parameters
parentNameparent relation's name (to anchor relation to)
namerelation name
shortNamerelation short name
longNamerelation long name
specificspecific string (see GrammaticalRelation)
descriptionrelation description
examplesCodingsexamples/codings multiplexed string
patternstarget patterns
isNewwhether this relation is new

◆ setEditable()

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

Set editable

Parameters
modelEditablemodel editable (add, remove, duplicate, rename)
relationEditablerelation editable (modify)

Member Data Documentation

◆ codedExampleTable

JTable grammarscope.editor.component.MutableRelationView.codedExampleTable
private

Example/Coding text area

◆ descriptionTextArea

JTextArea grammarscope.editor.component.MutableRelationView.descriptionTextArea
private

Description text area

◆ eventFirer

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

Event firer

◆ freshIcon

final Icon grammarscope.editor.component.MutableRelationView.freshIcon = new ImageIcon(MutableRelationView.class.getResource("images/fresh.png"))
staticprivate

Fresh icon

◆ longNameTextField

JTextField grammarscope.editor.component.MutableRelationView.longNameTextField
private

Long name text field

◆ model

MutableRelationModel grammarscope.editor.component.MutableRelationView.model
private

Model

◆ nameTextField

JTextField grammarscope.editor.component.MutableRelationView.nameTextField
private

Name text field

◆ parentComboBox

JComboBox<String> grammarscope.editor.component.MutableRelationView.parentComboBox
private

Parent combobox

◆ patternTable

TregexPatternTable grammarscope.editor.component.MutableRelationView.patternTable
private

Target pattern tables

◆ relation

MutableGrammaticalRelation grammarscope.editor.component.MutableRelationView.relation
private

Relation

◆ serialVersionUID

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

◆ shortNameTextField

JTextField grammarscope.editor.component.MutableRelationView.shortNameTextField
private

Short name text field

◆ specificTextField

JTextField grammarscope.editor.component.MutableRelationView.specificTextField
private

Specific text field

◆ statusIndicator

JLabel grammarscope.editor.component.MutableRelationView.statusIndicator
private

Changes

◆ uncommittedIcon

final Icon grammarscope.editor.component.MutableRelationView.uncommittedIcon = new ImageIcon(MutableRelationView.class.getResource("images/uncommitted.png"))
staticprivate

Uncommitted icon

◆ unsavedIcon

final Icon grammarscope.editor.component.MutableRelationView.unsavedIcon = new ImageIcon(MutableRelationView.class.getResource("images/unsaved.png"))
staticprivate

Unsaved icon


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