|
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 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")) |
|
Relation view
- Author
- Bernard Bou
◆ MutableRelationView()
grammarscope.editor.component.MutableRelationView.MutableRelationView |
( |
| ) |
|
◆ addEventListener()
void grammarscope.editor.component.MutableRelationView.addEventListener |
( |
final IEventListener |
eventListener | ) |
|
Add listener
- Parameters
-
eventListener | event listener |
◆ addEventListeners()
void grammarscope.editor.component.MutableRelationView.addEventListeners |
( |
final List< IEventListener > |
eventListeners | ) |
|
Add listeners
- Parameters
-
eventListeners | event listeners to add to firer |
◆ clear()
void grammarscope.editor.component.MutableRelationView.clear |
( |
| ) |
|
◆ commit()
void grammarscope.editor.component.MutableRelationView.commit |
( |
| ) |
|
◆ initialize()
void grammarscope.editor.component.MutableRelationView.initialize |
( |
| ) |
|
|
private |
Initialize
Make popup
- Parameters
-
- Returns
- pop up menu
Show pop up menu
- Parameters
-
mouseEvent | mouse event |
table | table |
◆ listen()
void grammarscope.editor.component.MutableRelationView.listen |
( |
final EventFirer |
eventFirer | ) |
|
Listen to event source
- Parameters
-
◆ makeCodedExamplesModel()
static TableModel grammarscope.editor.component.MutableRelationView.makeCodedExamplesModel |
( |
final String |
codedExamples[][] | ) |
|
|
staticprivate |
Make model from array
- Parameters
-
codedExamples | example-code pairs |
- Returns
- table model
◆ notified()
void grammarscope.editor.component.MutableRelationView.notified |
( |
final Event |
event | ) |
|
◆ reset()
void grammarscope.editor.component.MutableRelationView.reset |
( |
| ) |
|
◆ set() [1/4]
void grammarscope.editor.component.MutableRelationView.set |
( |
@SuppressWarnings("SameParameterValue") final boolean |
flag | ) |
|
|
private |
Set
- Parameters
-
flag | whether the relation is new |
◆ set() [2/4]
Set relation
- Parameters
-
relation | relation to edit |
flag | whether the relation is new |
◆ set() [3/4]
◆ 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
-
parentName | parent relation's name (to anchor relation to) |
name | relation name |
shortName | relation short name |
longName | relation long name |
specific | specific string (see GrammaticalRelation) |
description | relation description |
examplesCodings | examples/codings multiplexed string |
patterns | target patterns |
isNew | whether this relation is new |
◆ setEditable()
void grammarscope.editor.component.MutableRelationView.setEditable |
( |
final boolean |
modelEditable, |
|
|
final boolean |
relationEditable |
|
) |
| |
Set editable
- Parameters
-
modelEditable | model editable (add, remove, duplicate, rename) |
relationEditable | relation editable (modify) |
◆ codedExampleTable
JTable grammarscope.editor.component.MutableRelationView.codedExampleTable |
|
private |
◆ descriptionTextArea
JTextArea grammarscope.editor.component.MutableRelationView.descriptionTextArea |
|
private |
◆ eventFirer
final EventFirer grammarscope.editor.component.MutableRelationView.eventFirer |
|
private |
◆ freshIcon
final Icon grammarscope.editor.component.MutableRelationView.freshIcon = new ImageIcon(MutableRelationView.class.getResource("images/fresh.png")) |
|
staticprivate |
◆ longNameTextField
JTextField grammarscope.editor.component.MutableRelationView.longNameTextField |
|
private |
◆ model
◆ nameTextField
JTextField grammarscope.editor.component.MutableRelationView.nameTextField |
|
private |
◆ parentComboBox
JComboBox<String> grammarscope.editor.component.MutableRelationView.parentComboBox |
|
private |
◆ patternTable
◆ relation
◆ serialVersionUID
final long grammarscope.editor.component.MutableRelationView.serialVersionUID = 1L |
|
staticprivate |
◆ shortNameTextField
JTextField grammarscope.editor.component.MutableRelationView.shortNameTextField |
|
private |
◆ specificTextField
JTextField grammarscope.editor.component.MutableRelationView.specificTextField |
|
private |
◆ statusIndicator
JLabel grammarscope.editor.component.MutableRelationView.statusIndicator |
|
private |
◆ uncommittedIcon
final Icon grammarscope.editor.component.MutableRelationView.uncommittedIcon = new ImageIcon(MutableRelationView.class.getResource("images/uncommitted.png")) |
|
staticprivate |
◆ unsavedIcon
final Icon grammarscope.editor.component.MutableRelationView.unsavedIcon = new ImageIcon(MutableRelationView.class.getResource("images/unsaved.png")) |
|
staticprivate |
The documentation for this class was generated from the following file: