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

Public Member Functions

 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)
 

Static Public Member Functions

static void add2 (final MutableRelationModel model, final MutableGrammaticalRelation parentRelation, final EventFirer firer)
 
static void duplicate2 (final MutableRelationModel model, final MutableGrammaticalRelation relation, final EventFirer firer)
 
static void edit2 (final MutableRelationModel model, final MutableGrammaticalRelation relation, final EventFirer firer)
 
static MutableRelationModel loadRelationModelJob (final URL url)
 
static void about ()
 
static void commandSystem ()
 
static void browser ()
 
static Properties makeProperties (final String persistFile)
 
static void main2 (final String[] args)
 
static void main (final String[] args)
 

Protected Member Functions

void processWindowEvent (final WindowEvent e)
 

Package Attributes

boolean isModelEditable
 
boolean isRelationEditable = true
 

Private Member Functions

void initializeGUI ()
 
JToolBar makeToolBar ()
 
JMenuBar makeMenuBar ()
 
void onRelationModelLoaded (final MutableRelationModel relationModel)
 
MutableRelationModel makeModel ()
 

Static Private Member Functions

static JSplitPane makeSplitPane ()
 
static String stamp ()
 

Private Attributes

MutableRelationModelTableView relationModelTableView
 
MutableRelationModelTree relationModelTreeView
 
MutableRelationView relationView
 
MutableRelationModel relationModel
 
final Properties settings
 
final EventFirer firer
 

Static Private Attributes

static final long serialVersionUID = 1L
 
static final String version = "4.0.0"
 

Detailed Description

Editor

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Editor()

grammarscope.editor.Editor.Editor ( final String[]  args)

Constructor

Parameters
argsarguments

Member Function Documentation

◆ about()

static void grammarscope.editor.Editor.about ( )
static

About

◆ add()

void grammarscope.editor.Editor.add ( final MutableRelationModel  model,
final MutableGrammaticalRelation  parentRelation,
final EventFirer  firer 
)

Add a child relation to this relation request handler

Parameters
modelmodel
parentRelationrelation to add child relation to
firerevent firer

◆ add2()

static void grammarscope.editor.Editor.add2 ( final MutableRelationModel  model,
final MutableGrammaticalRelation  parentRelation,
final EventFirer  firer 
)
static

◆ applySettings()

void grammarscope.editor.Editor.applySettings ( final Properties  settings)

Apply settings

Parameters
settingssettings

◆ browser()

static void grammarscope.editor.Editor.browser ( )
static

Run browser

◆ commandSystem()

static void grammarscope.editor.Editor.commandSystem ( )
static

System data

◆ duplicate()

void grammarscope.editor.Editor.duplicate ( final MutableRelationModel  model,
final MutableGrammaticalRelation  relation,
final EventFirer  firer 
)

Add a child relation to this relation request handler

Parameters
modelmodel
relationrelation to duplicate
firerevent firer

◆ duplicate2()

static void grammarscope.editor.Editor.duplicate2 ( final MutableRelationModel  model,
final MutableGrammaticalRelation  relation,
final EventFirer  firer 
)
static

◆ edit()

void grammarscope.editor.Editor.edit ( final MutableRelationModel  model,
final MutableGrammaticalRelation  relation,
final EventFirer  firer 
)

Edit relation request handler

Parameters
modelmodel
relationrelation to remove
firerevent firer

◆ edit2()

static void grammarscope.editor.Editor.edit2 ( final MutableRelationModel  model,
final MutableGrammaticalRelation  relation,
final EventFirer  firer 
)
static

◆ exportRelations()

void grammarscope.editor.Editor.exportRelations ( )

Export relations to class

◆ help()

void grammarscope.editor.Editor.help ( )

Help

◆ importRelations()

void grammarscope.editor.Editor.importRelations ( )

Import relations from class

◆ initializeGUI()

void grammarscope.editor.Editor.initializeGUI ( )
private

Initializes browser

◆ isModelEditable()

boolean grammarscope.editor.Editor.isModelEditable ( )

◆ isRelationEditable()

boolean grammarscope.editor.Editor.isRelationEditable ( )

◆ loadRelationModelJob()

static MutableRelationModel grammarscope.editor.Editor.loadRelationModelJob ( final URL  url)
static

Load the relations

Parameters
urlurl
Returns
mutable relation model

◆ loadRelations()

void grammarscope.editor.Editor.loadRelations ( )

Load relations from file

◆ main()

static void grammarscope.editor.Editor.main ( final String[]  args)
static

Start entry point

Parameters
argscommand line parameters

◆ main2()

static void grammarscope.editor.Editor.main2 ( final String[]  args)
static

Start entry point (from browser)

Parameters
argscommand line parameters

◆ makeMenuBar()

JMenuBar grammarscope.editor.Editor.makeMenuBar ( )
private

Initializes menubar

Returns
menubar

◆ makeModel()

MutableRelationModel grammarscope.editor.Editor.makeModel ( )
private

Default relations

◆ makeProperties()

static Properties grammarscope.editor.Editor.makeProperties ( final String  persistFile)
static

Obtain settings

Parameters
persistFilepersist file
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)

Event notification

Parameters
eventevent

Implements grammarscope.message.IEventListener.

◆ onRelationModelLoaded()

void grammarscope.editor.Editor.onRelationModelLoaded ( final MutableRelationModel  relationModel)
private

Relation model loaded callback

Parameters
relationModelrelation model

◆ processWindowEvent()

void grammarscope.editor.Editor.processWindowEvent ( final WindowEvent  e)
protected

Exit

◆ remove()

void grammarscope.editor.Editor.remove ( final MutableRelationModel  model,
final MutableGrammaticalRelation  relation,
final EventFirer  firer 
)

Remove relation request handler

Parameters
modelmodel
relationrelation to remove
firerevent firer

◆ remove2()

void grammarscope.editor.Editor.remove2 ( final MutableRelationModel  model,
final MutableGrammaticalRelation  relation,
final EventFirer  firer 
)

◆ requested()

void grammarscope.editor.Editor.requested ( final Request  request)

Request notification

Parameters
requestrequest

Implements grammarscope.message.IRequestListener.

◆ saveRelations()

void grammarscope.editor.Editor.saveRelations ( )

Save relations to file

◆ settings()

void grammarscope.editor.Editor.settings ( )

Settings command handler

◆ stamp()

static String grammarscope.editor.Editor.stamp ( )
staticprivate

Stamp

Returns
stamp

◆ 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 ( )

Tweak model to class

◆ tweakModelToJar()

void grammarscope.editor.Editor.tweakModelToJar ( )

Tweak model to jar

Member Data Documentation

◆ firer

final EventFirer grammarscope.editor.Editor.firer
private

Event 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

MutableRelationModel grammarscope.editor.Editor.relationModel
private

Relation model

◆ relationModelTableView

MutableRelationModelTableView grammarscope.editor.Editor.relationModelTableView
private

Relation model table view

◆ relationModelTreeView

MutableRelationModelTree grammarscope.editor.Editor.relationModelTreeView
private

Relation model tree view

◆ relationView

MutableRelationView grammarscope.editor.Editor.relationView
private

Relation view

◆ serialVersionUID

final long grammarscope.editor.Editor.serialVersionUID = 1L
staticprivate

◆ settings

final Properties grammarscope.editor.Editor.settings
private

Settings

◆ version

final String grammarscope.editor.Editor.version = "4.0.0"
staticprivate

Version string


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