|
| Editor (final String[] args) |
|
void | notified (final Event event) |
|
void | requested (final Request request) |
|
boolean | isModelEditable () |
|
boolean | isRelationEditable () |
|
void | toggleModelEditable () |
|
void | toggleRelationEditable () |
|
void | add (final MutableRelationModel model, final MutableGrammaticalRelation parentRelation, final EventFirer firer) |
|
void | duplicate (final MutableRelationModel model, final MutableGrammaticalRelation relation, final EventFirer firer) |
|
void | edit (final MutableRelationModel model, final MutableGrammaticalRelation relation, final EventFirer firer) |
|
void | remove (final MutableRelationModel model, final MutableGrammaticalRelation relation, final EventFirer firer) |
|
void | remove2 (final MutableRelationModel model, final MutableGrammaticalRelation relation, final EventFirer firer) |
|
void | startRelationsLoading () |
|
void | loadRelations () |
|
void | importRelations () |
|
void | exportRelations () |
|
void | tweakModel () |
|
void | tweakModelToJar () |
|
void | tweakGrammaticalRelationsToJar () |
|
void | saveRelations () |
|
void | newRelations () |
|
void | newDefaultRelations () |
|
void | settings () |
|
void | help () |
|
void | applySettings (final Properties settings) |
|
◆ Editor()
grammarscope.editor.Editor.Editor |
( |
final String[] |
args | ) |
|
◆ about()
static void grammarscope.editor.Editor.about |
( |
| ) |
|
|
static |
◆ add()
Add a child relation to this relation request handler
- Parameters
-
model | model |
parentRelation | relation to add child relation to |
firer | event firer |
◆ add2()
◆ applySettings()
void grammarscope.editor.Editor.applySettings |
( |
final Properties |
settings | ) |
|
Apply settings
- Parameters
-
◆ browser()
static void grammarscope.editor.Editor.browser |
( |
| ) |
|
|
static |
◆ commandSystem()
static void grammarscope.editor.Editor.commandSystem |
( |
| ) |
|
|
static |
◆ duplicate()
Add a child relation to this relation request handler
- Parameters
-
model | model |
relation | relation to duplicate |
firer | event firer |
◆ duplicate2()
◆ edit()
Edit relation request handler
- Parameters
-
model | model |
relation | relation to remove |
firer | event firer |
◆ edit2()
◆ exportRelations()
void grammarscope.editor.Editor.exportRelations |
( |
| ) |
|
Export relations to class
◆ help()
void grammarscope.editor.Editor.help |
( |
| ) |
|
◆ importRelations()
void grammarscope.editor.Editor.importRelations |
( |
| ) |
|
Import relations from class
◆ initializeGUI()
void grammarscope.editor.Editor.initializeGUI |
( |
| ) |
|
|
private |
◆ isModelEditable()
boolean grammarscope.editor.Editor.isModelEditable |
( |
| ) |
|
◆ isRelationEditable()
boolean grammarscope.editor.Editor.isRelationEditable |
( |
| ) |
|
◆ loadRelationModelJob()
Load the relations
- Parameters
-
- Returns
- mutable relation model
◆ loadRelations()
void grammarscope.editor.Editor.loadRelations |
( |
| ) |
|
◆ main()
static void grammarscope.editor.Editor.main |
( |
final String[] |
args | ) |
|
|
static |
Start entry point
- Parameters
-
args | command line parameters |
◆ main2()
static void grammarscope.editor.Editor.main2 |
( |
final String[] |
args | ) |
|
|
static |
Start entry point (from browser)
- Parameters
-
args | command line parameters |
◆ makeMenuBar()
JMenuBar grammarscope.editor.Editor.makeMenuBar |
( |
| ) |
|
|
private |
Initializes menubar
- Returns
- menubar
◆ makeModel()
◆ makeProperties()
static Properties grammarscope.editor.Editor.makeProperties |
( |
final String |
persistFile | ) |
|
|
static |
Obtain settings
- Parameters
-
- Returns
- properties
◆ makeSplitPane()
static JSplitPane grammarscope.editor.Editor.makeSplitPane |
( |
| ) |
|
|
staticprivate |
Make split panel to wrap left panel and editor panel
- Returns
- split pane
◆ makeToolBar()
JToolBar grammarscope.editor.Editor.makeToolBar |
( |
| ) |
|
|
private |
Initializes toolbar
- Returns
- toolbar
◆ newDefaultRelations()
void grammarscope.editor.Editor.newDefaultRelations |
( |
| ) |
|
New default relations command handler
◆ newRelations()
void grammarscope.editor.Editor.newRelations |
( |
| ) |
|
New relations command handler
◆ notified()
void grammarscope.editor.Editor.notified |
( |
final Event |
event | ) |
|
◆ onRelationModelLoaded()
Relation model loaded callback
- Parameters
-
relationModel | relation model |
◆ processWindowEvent()
void grammarscope.editor.Editor.processWindowEvent |
( |
final WindowEvent |
e | ) |
|
|
protected |
◆ remove()
Remove relation request handler
- Parameters
-
model | model |
relation | relation to remove |
firer | event firer |
◆ remove2()
◆ requested()
void grammarscope.editor.Editor.requested |
( |
final Request |
request | ) |
|
◆ saveRelations()
void grammarscope.editor.Editor.saveRelations |
( |
| ) |
|
◆ settings()
void grammarscope.editor.Editor.settings |
( |
| ) |
|
◆ stamp()
static String grammarscope.editor.Editor.stamp |
( |
| ) |
|
|
staticprivate |
◆ startRelationsLoading()
void grammarscope.editor.Editor.startRelationsLoading |
( |
| ) |
|
Start relations loading thread
◆ toggleModelEditable()
void grammarscope.editor.Editor.toggleModelEditable |
( |
| ) |
|
◆ toggleRelationEditable()
void grammarscope.editor.Editor.toggleRelationEditable |
( |
| ) |
|
◆ tweakGrammaticalRelationsToJar()
void grammarscope.editor.Editor.tweakGrammaticalRelationsToJar |
( |
| ) |
|
Tweak GrammaticalRelation class to jar
◆ tweakModel()
void grammarscope.editor.Editor.tweakModel |
( |
| ) |
|
◆ tweakModelToJar()
void grammarscope.editor.Editor.tweakModelToJar |
( |
| ) |
|
◆ firer
◆ isModelEditable
boolean grammarscope.editor.Editor.isModelEditable |
|
package |
Model editable (add, remove, duplicate, rename)
◆ isRelationEditable
boolean grammarscope.editor.Editor.isRelationEditable = true |
|
package |
Relation editable (modify)
◆ relationModel
◆ relationModelTableView
Relation model table view
◆ relationModelTreeView
◆ relationView
◆ serialVersionUID
final long grammarscope.editor.Editor.serialVersionUID = 1L |
|
staticprivate |
◆ settings
final Properties grammarscope.editor.Editor.settings |
|
private |
◆ version
final String grammarscope.editor.Editor.version = "4.0.0" |
|
staticprivate |
The documentation for this class was generated from the following file:
- grammarscope/editor/src/main/java/grammarscope/editor/Editor.java