Relation model view
- Author
- Bernard Bou [1313o.nosp@m.u@gm.nosp@m.ail.c.nosp@m.om]
◆ MutableRelationModelTableView()
| grammarscope.editor.component.MutableRelationModelTableView.MutableRelationModelTableView |
( |
| ) |
|
◆ addRequestListener()
| void grammarscope.editor.component.MutableRelationModelTableView.addRequestListener |
( |
final IRequestListener |
requestListener | ) |
|
Add request listener
- Parameters
-
| requestListener | request listener |
◆ filter()
| void grammarscope.editor.component.MutableRelationModelTableView.filter |
( |
| ) |
|
|
private |
◆ initialize()
| void grammarscope.editor.component.MutableRelationModelTableView.initialize |
( |
| ) |
|
|
private |
◆ listen()
| void grammarscope.editor.component.MutableRelationModelTableView.listen |
( |
final EventFirer |
eventFirer | ) |
|
Listen to event source
- Parameters
-
◆ makeEdit()
| JTextField grammarscope.editor.component.MutableRelationModelTableView.makeEdit |
( |
| ) |
|
|
private |
Make edit field
- Returns
- edit field
◆ makeMouseListener()
| MouseListener grammarscope.editor.component.MutableRelationModelTableView.makeMouseListener |
( |
final JTable |
table | ) |
|
|
private |
Make mouse listener
- Parameters
-
- Returns
- mouse listener
Make popup
- Parameters
-
- Returns
- pop up menu
Show pop up menu
- Parameters
-
◆ makeStartWithCheckBox()
| JCheckBox grammarscope.editor.component.MutableRelationModelTableView.makeStartWithCheckBox |
( |
| ) |
|
|
private |
Make 'start with' checkbox
- Returns
- 'start with' checkbox
◆ makeTable()
| RelationTable grammarscope.editor.component.MutableRelationModelTableView.makeTable |
( |
| ) |
|
|
private |
Make relation table
- Returns
- relation table
◆ notified()
| void grammarscope.editor.component.MutableRelationModelTableView.notified |
( |
final Event |
event | ) |
|
◆ set()
| void grammarscope.editor.component.MutableRelationModelTableView.set |
( |
final MutableRelationModel |
relationModel | ) |
|
Set model
- Parameters
-
| relationModel | relation model |
◆ setEditable()
| void grammarscope.editor.component.MutableRelationModelTableView.setEditable |
( |
final boolean |
isModelEditable, |
|
|
final boolean |
isRelationEditable |
|
) |
| |
Set Editable
- Parameters
-
| isModelEditable | model editable (add, remove, duplicate, rename) |
| isRelationEditable | relation editable (modify) |
◆ setSelectFiring()
| void grammarscope.editor.component.MutableRelationModelTableView.setSelectFiring |
( |
final boolean |
flag | ) |
|
Set select firing
- Parameters
-
| flag | whether to fire select events |
◆ isModelEditable
| boolean grammarscope.editor.component.MutableRelationModelTableView.isModelEditable |
|
package |
Model editable (add, remove, duplicate, rename)
◆ isRelationEditable
| boolean grammarscope.editor.component.MutableRelationModelTableView.isRelationEditable |
|
package |
Relation editable (modify)
◆ relationModel
◆ requestFirer
| final RequestFirer grammarscope.editor.component.MutableRelationModelTableView.requestFirer |
|
private |
◆ selectionListener
| ListSelectionListener grammarscope.editor.component.MutableRelationModelTableView.selectionListener |
◆ serialVersionUID
| final long grammarscope.editor.component.MutableRelationModelTableView.serialVersionUID = 1L |
|
staticprivate |
◆ startWithCheckBox
| JCheckBox grammarscope.editor.component.MutableRelationModelTableView.startWithCheckBox |
|
private |
◆ table
| RelationTable grammarscope.editor.component.MutableRelationModelTableView.table |
|
private |
◆ targetEdit
| JTextField grammarscope.editor.component.MutableRelationModelTableView.targetEdit |
|
private |
The target expression editor
The documentation for this class was generated from the following file: