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

Classes

enum  ToolMode
 

Public Member Functions

 Browser (final String[] args)
 
synchronized void layoutMainPanel (final ToolMode mode)
 
void setAnnotationPadFlag (final boolean flag)
 
boolean getAnnotationPadFlag ()
 
void notified (final Event event)
 
void requested (final Request request)
 
View getView ()
 
List< ViewgetViews ()
 
Document getDocument ()
 
List< DocumentgetDocuments ()
 
void onServerBound (final boolean success)
 
void startProcessing (final Document document, final boolean recognize, final boolean parse, final boolean analyze, final boolean clear, final boolean waitServerReady)
 
void setTypedDependencyProvider (final TypedDependencyProvider provider)
 
void setTypedDependencyMode (final TypedDependencyMode mode)
 
void setRenderMode (final Long mode)
 
long getRenderMode ()
 
void setEdgesAsCurves (final Boolean flag)
 
boolean getEdgesAsCurves ()
 
ToolMode getToolMode ()
 
void setXML (final boolean flag)
 
boolean getXMLMode ()
 
void setLemmatize (final boolean flag)
 
boolean getLemmatize ()
 
void setDerivedTypedDependencies (final boolean flag)
 
boolean getDerivedTypedDependencies ()
 
boolean getWorkflow2 ()
 
void clear ()
 
void clearFocus ()
 
void highlight ()
 
void commandEditHighlightFilter ()
 
void scrollForward ()
 
void scrollBackward ()
 
JToolBar getToolBar ()
 
void exploreRelations (final RelationModel model)
 
void explore (final Relation relation, final EventFirer firer)
 
void commandRepaint ()
 
void commandForceLayout ()
 
void commandAnalyze ()
 
void commandAnalysis ()
 
void commandReport ()
 
void commandReports ()
 
void commandTextReport ()
 
void commandTextReports ()
 
void commandParseTree ()
 
void commandGrammaticalStructure ()
 
void commandTypedDependencies ()
 
void commandTypedDependencyGraph ()
 
void commandSemanticGraph ()
 
void commandTriples ()
 
void commandTypedDependenciesTexts ()
 
void commandLoadParser ()
 
void commandLanguage ()
 
void commandProviderData ()
 
void commandExploreRelations ()
 
void commandSerializeAnalysis ()
 
void commandDeSerializeAnalysis ()
 
void commandDeSerializeAnalysisToText ()
 
void commandSPO ()
 
void commandLexParserModels ()
 
void commandDepParserModels ()
 
void commandPosTaggerModels ()
 
void commandAllModels ()
 
void commandHelp ()
 
void commandExit ()
 
void commandServerSettings ()
 
void commandSettings ()
 
void commandChooseFont ()
 
- Public Member Functions inherited from grammarscope.browser.ControlDocumentView
 ControlDocumentView ()
 
Document makeDocument (final URL url)
 
Document makeTextDocument (final String text)
 
void startDocumentLoading (final URL uRL)
 
void startDocument (final String text)
 
void startXmlDocumentLoading (final URL uRL)
 
void commandOpen ()
 
void commandOpenUrl ()
 
void commandOpenPaste ()
 
void commandInput ()
 
void commandOpenXml (final boolean dynamicRequest, final boolean passURL, final boolean passFile, final boolean useServletUrl)
 
String getUrl (final Setting setting, final boolean setProperty)
 
- Public Member Functions inherited from grammarscope.browser.Modeling
 Modeling ()
 
void commandLoadRelationFilter ()
 
void commandSaveRelationFilter ()
 
void commandLoadRelationPalette ()
 
void commandSaveRelationPalette ()
 
- Public Member Functions inherited from grammarscope.browser.Messenging
 Messenging ()
 
EventFirer getFirer ()
 
- Public Member Functions inherited from grammarscope.browser.Client
 Client ()
 
- Public Member Functions inherited from grammarscope.queue.ServerLock
boolean getState ()
 
void lock (final Observable observable)
 

Static Public Member Functions

static void setXMLCompatibilityMode (final boolean flag)
 
static boolean getXMLCompatibilityMode ()
 
static void commandEditor ()
 
static void commandAbout ()
 
static void commandSystem ()
 
static void commandTest ()
 
static void commandTypedDependencySettings ()
 
static Properties makeProperties (final String persistFile)
 
static Properties makeClientProperties (final Settings settings, final String[] args)
 
static Settings makeSettings (final String persistFile, final String[] args)
 
static void main2 (final String[] args)
 
static void main (final String[] args)
 
- Static Public Member Functions inherited from grammarscope.browser.ControlDocumentView
static Document makeXmlDocument (final URL url)
 

Public Attributes

JFrame frame
 

Protected Member Functions

void onDone (final Document document, final boolean parsed, final boolean analyzed)
 
void onPublish (final Document document, final List< Integer > sentenceIndices, final boolean parsed, final boolean analyzed)
 
void startTask ()
 
void endTask ()
 
- Protected Member Functions inherited from grammarscope.browser.ControlDocumentView
void initControlDocumentView ()
 
- Protected Member Functions inherited from grammarscope.browser.Modeling
void initRelationModel ()
 
void initRelationModel (final RelationModel relationModel)
 
void makeRelationModel ()
 
void setRelationModel (final RelationModel relationModel)
 
- Protected Member Functions inherited from grammarscope.browser.Client
void initClient (final Properties clientProperties, final String[] args)
 
void clearClient ()
 
void updateClient (final Properties clientProperties)
 
void bindToServer ()
 
void setup (final Properties properties)
 
void checkCoreNlp ()
 
- Protected Member Functions inherited from grammarscope.queue.ServerLock
void resetLock ()
 

Package Functions

JFrame getFrame ()
 
Settings getSettings ()
 
String[] getArgs ()
 
Observable getObservable ()
 
void addView (final View view)
 

Static Package Functions

static String getSettingsPath (final String[] args)
 

Static Package Attributes

static final TableCellRenderer modelsRenderer
 

Private Member Functions

void initializeGUI ()
 
boolean getLoadArg ()
 
DashBoard makeDashBoard ()
 
JToolBar makeToolBar ()
 
JMenuBar makeMenuBar ()
 
JSlider makeSlider ()
 
void adjustSlider ()
 
void adjustCombos ()
 
JComboBox< TypedDependencyModemakeTypedDependencyModeComboBox ()
 
JComboBox< TypedDependencyProvidermakeTypedDependencyProviderComboBox ()
 
void addToStatus (final JComponent component)
 
void clearStatus ()
 
JComponent makeDocumentStatusComponent (final Icon icon)
 
IFilterWidget makeFilterWidget (@SuppressWarnings("SameParameterValue") final boolean asTable)
 
void applySettings (final Settings settings)
 
void applyClientSettings (final Settings settings)
 

Static Private Member Functions

static JSplitPane makeSplitPane ()
 
static JToolBar makeDashBoardToolBar ()
 
static JComponent makeStatusComponent (final Icon icon, final String name, final String value)
 
static JComponent makeMemoryStatusComponent ()
 

Private Attributes

JPanel mainPanel
 
JPanel viewPane
 
JTabbedPane views
 
JPanel statusPanel
 
JComponent dashPanel
 
DashBoard dashBoard
 
JSlider lineSpacingSlider
 
JProgressBar progressBar
 
JToolBar toolBar
 
JComboBox< TypedDependencyProvidertypedDependencyProviderComboBox
 
JComboBox< TypedDependencyModetypedDependencyModeComboBox
 
MouseListener nullMouseListener
 
final Settings settings
 
final String[] args
 
Icon engineIcon
 
Icon modelIcon
 
Icon relationFilterIcon
 
Icon relationPaletteIcon
 
Icon documentIcon
 
ToolMode toolMode
 
boolean xMLModeFlag
 
boolean lemmatizeFlag
 
boolean derivedTypedDependenciesFlag
 
final GraphDecorator< GNode, GEdge > graphDecorator = new GraphDecorator<>(new GNodeDecorator(), new GEdgeDecorator())
 

Static Private Attributes

static final String version = "4.0.0"
 
static final int VIEW_WIDTH = 1024
 
static final int VIEW_HEIGHT = 800
 
static final int FILTER_WIDTH = 200
 
static final int FILTER_HEIGHT = 589
 
static final int PROGRESS_WIDTH = 240
 
static final int PROGRESS_HEIGHT = 20
 
static boolean relaunchOnChange
 
static final boolean PROPAGATE_LANGUAGE_CHANGE_TO_SERVER = false
 

Additional Inherited Members

- Protected Attributes inherited from grammarscope.browser.ControlDocumentView
TypedDependencyProvider typedDependencyProvider
 
TypedDependencyMode typedDependencyMode
 
- Protected Attributes inherited from grammarscope.browser.Modeling
RelationModel relationModel
 
RelationOrderedFilter relationFilter
 
RelationFilter relationFilter2
 
RelationPalette relationPalette
 
- Protected Attributes inherited from grammarscope.browser.Client
IServer server
 
IBuilder builder
 
boolean useNullServer
 
boolean loadServer
 
Properties clientProperties
 
- Static Protected Attributes inherited from grammarscope.browser.ControlDocumentView
static boolean xmlCompatibilityMode
 

Detailed Description

Browser

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Browser()

grammarscope.browser.Browser.Browser ( final String[]  args)

Constructor

Parameters
argsarguments

Member Function Documentation

◆ addToStatus()

void grammarscope.browser.Browser.addToStatus ( final JComponent  component)
private

Add component to status bar

Parameters
componentcomponent to add

◆ addView()

void grammarscope.browser.Browser.addView ( final View  view)
package

Add view

Parameters
viewview

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ adjustCombos()

void grammarscope.browser.Browser.adjustCombos ( )
private

Adjust combos to view

◆ adjustSlider()

void grammarscope.browser.Browser.adjustSlider ( )
private

Adjust slider position to view

◆ applyClientSettings()

void grammarscope.browser.Browser.applyClientSettings ( final Settings  settings)
private

Apply client settings

Parameters
settingssettings

◆ applySettings()

void grammarscope.browser.Browser.applySettings ( final Settings  settings)
private

Apply settings

Parameters
settingssettings

◆ clear()

void grammarscope.browser.Browser.clear ( )

Clear highlighting command handler

◆ clearFocus()

void grammarscope.browser.Browser.clearFocus ( )

Clear target command handler

◆ clearStatus()

void grammarscope.browser.Browser.clearStatus ( )
private

Clear status bar

◆ commandAbout()

static void grammarscope.browser.Browser.commandAbout ( )
static

About

◆ commandAllModels()

void grammarscope.browser.Browser.commandAllModels ( )

All models

◆ commandAnalysis()

void grammarscope.browser.Browser.commandAnalysis ( )

Display analysis for selected sentence command handler

◆ commandAnalyze()

void grammarscope.browser.Browser.commandAnalyze ( )

(Re)Analyze selected sentence command handler

◆ commandChooseFont()

void grammarscope.browser.Browser.commandChooseFont ( )

Font selection command handler

◆ commandDepParserModels()

void grammarscope.browser.Browser.commandDepParserModels ( )

Dep parser models

◆ commandDeSerializeAnalysis()

void grammarscope.browser.Browser.commandDeSerializeAnalysis ( )

Deserialize analysis

◆ commandDeSerializeAnalysisToText()

void grammarscope.browser.Browser.commandDeSerializeAnalysisToText ( )

Deserialize analysis

◆ commandEditHighlightFilter()

void grammarscope.browser.Browser.commandEditHighlightFilter ( )

Edit highlight filter

◆ commandEditor()

static void grammarscope.browser.Browser.commandEditor ( )
static

Run editor

◆ commandExit()

void grammarscope.browser.Browser.commandExit ( )

Exit

◆ commandExploreRelations()

void grammarscope.browser.Browser.commandExploreRelations ( )

Explore grammatical relations command handler

◆ commandForceLayout()

void grammarscope.browser.Browser.commandForceLayout ( )

Force layout view command handler

◆ commandGrammaticalStructure()

void grammarscope.browser.Browser.commandGrammaticalStructure ( )

Display grammatical structure for selected sentence command handler

◆ commandHelp()

void grammarscope.browser.Browser.commandHelp ( )

Help

◆ commandLanguage()

void grammarscope.browser.Browser.commandLanguage ( )

Language

◆ commandLexParserModels()

void grammarscope.browser.Browser.commandLexParserModels ( )

Lex parser models

◆ commandLoadParser()

void grammarscope.browser.Browser.commandLoadParser ( )

Load parser from file

◆ commandParseTree()

void grammarscope.browser.Browser.commandParseTree ( )

Display parsed tree for selected sentence command handler

◆ commandPosTaggerModels()

void grammarscope.browser.Browser.commandPosTaggerModels ( )

POS parser models

◆ commandProviderData()

void grammarscope.browser.Browser.commandProviderData ( )

Provider data handler

◆ commandRepaint()

void grammarscope.browser.Browser.commandRepaint ( )

Repaint view command handler

◆ commandReport()

void grammarscope.browser.Browser.commandReport ( )

Display report in text form for selected sentence command handler

◆ commandReports()

void grammarscope.browser.Browser.commandReports ( )

Display reports in text form for selected sentence command handler

◆ commandSemanticGraph()

void grammarscope.browser.Browser.commandSemanticGraph ( )

Display semantic graph for selected sentence command handler

◆ commandSerializeAnalysis()

void grammarscope.browser.Browser.commandSerializeAnalysis ( )

Serialize analysis

◆ commandServerSettings()

void grammarscope.browser.Browser.commandServerSettings ( )

Server settings command handler

◆ commandSettings()

void grammarscope.browser.Browser.commandSettings ( )

Settings command handler

◆ commandSPO()

void grammarscope.browser.Browser.commandSPO ( )

Subject Predicate Object

◆ commandSystem()

static void grammarscope.browser.Browser.commandSystem ( )
static

System

◆ commandTest()

static void grammarscope.browser.Browser.commandTest ( )
static

Settings command handler

◆ commandTextReport()

void grammarscope.browser.Browser.commandTextReport ( )

Display text report in text form command handler

◆ commandTextReports()

void grammarscope.browser.Browser.commandTextReports ( )

Display text reports in text form command handler

◆ commandTriples()

void grammarscope.browser.Browser.commandTriples ( )

Display triples for selected sentence command handler

◆ commandTypedDependencies()

void grammarscope.browser.Browser.commandTypedDependencies ( )

Display typed dependencies for selected sentence command handler

◆ commandTypedDependenciesTexts()

void grammarscope.browser.Browser.commandTypedDependenciesTexts ( )

Display analysis in text form for selected sentence command handler

◆ commandTypedDependencyGraph()

void grammarscope.browser.Browser.commandTypedDependencyGraph ( )

Display typed dependencies graph for selected sentence command handler

◆ commandTypedDependencySettings()

static void grammarscope.browser.Browser.commandTypedDependencySettings ( )
static

Typed Dependency settings command handler

◆ endTask()

void grammarscope.browser.Browser.endTask ( )
protected

Remove input block

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ explore()

void grammarscope.browser.Browser.explore ( final Relation  relation,
final EventFirer  firer 
)

Explore grammatical relation

Parameters
relationrelation to explore
firerevent firer

◆ exploreRelations()

void grammarscope.browser.Browser.exploreRelations ( final RelationModel  model)

Explore grammatical relations

Parameters
modelrelation model

◆ getAnnotationPadFlag()

boolean grammarscope.browser.Browser.getAnnotationPadFlag ( )

Whether annotation pad is shown

Returns
whether annotation pad is shown

◆ getArgs()

String [] grammarscope.browser.Browser.getArgs ( )
package

Get command-line arguments

Returns
arguments

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ getDerivedTypedDependencies()

boolean grammarscope.browser.Browser.getDerivedTypedDependencies ( )

Get graph-derived typed dependencies

Returns
whether typed dependencies are derived from semantic graph

◆ getDocument()

Document grammarscope.browser.Browser.getDocument ( )

Access to document

Returns
document

◆ getDocuments()

List<Document> grammarscope.browser.Browser.getDocuments ( )

Get document list

Returns
document list

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ getEdgesAsCurves()

boolean grammarscope.browser.Browser.getEdgesAsCurves ( )

Get render mode return whether to render edges as curves

Returns
true if edges are rendered as curves

◆ getFrame()

JFrame grammarscope.browser.Browser.getFrame ( )
package

Reimplemented from grammarscope.browser.Modeling.

◆ getLemmatize()

boolean grammarscope.browser.Browser.getLemmatize ( )

Get lemmatize

Returns
lemmatize flag

◆ getLoadArg()

boolean grammarscope.browser.Browser.getLoadArg ( )
private

◆ getObservable()

Observable grammarscope.browser.Browser.getObservable ( )
package

Get observable

Returns
observable

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ getRenderMode()

long grammarscope.browser.Browser.getRenderMode ( )

Get render mode return render mode

Returns
render mode

◆ getSettings()

Settings grammarscope.browser.Browser.getSettings ( )
package

◆ getSettingsPath()

static String grammarscope.browser.Browser.getSettingsPath ( final String[]  args)
staticpackage

Get settings path for overrides on command line

Parameters
argscommand line arguments
Returns
settings path (properties)

◆ getToolBar()

JToolBar grammarscope.browser.Browser.getToolBar ( )

Access to toolbar

Returns
toolbar

◆ getToolMode()

ToolMode grammarscope.browser.Browser.getToolMode ( )

Get tool mode

Returns
tool mode

◆ getView()

View grammarscope.browser.Browser.getView ( )

Access to view

Returns
view

◆ getViews()

List<View> grammarscope.browser.Browser.getViews ( )

Access to views

Returns
list of views

◆ getWorkflow2()

boolean grammarscope.browser.Browser.getWorkflow2 ( )

Get graph-derived typed dependencies

Returns
whether typed dependencies are derived from semantic graph

◆ getXMLCompatibilityMode()

static boolean grammarscope.browser.Browser.getXMLCompatibilityMode ( )
static

Get XML compatibility mode

Returns
XML compatibility mode flag

◆ getXMLMode()

boolean grammarscope.browser.Browser.getXMLMode ( )

Get XML mode

Returns
XML mode flag

◆ highlight()

void grammarscope.browser.Browser.highlight ( )

Highlight command handler

◆ initializeGUI()

void grammarscope.browser.Browser.initializeGUI ( )
private

Initializes browser

◆ layoutMainPanel()

synchronized void grammarscope.browser.Browser.layoutMainPanel ( final ToolMode  mode)

Lay out main panel

Parameters
modemode (none, splitpane, toolbar)

◆ main()

static void grammarscope.browser.Browser.main ( final String[]  args)
static

Start entry point

Parameters
argscommand line parameters

◆ main2()

static void grammarscope.browser.Browser.main2 ( final String[]  args)
static

Start entry point (from editor)

Parameters
argscommand line parameters

◆ makeClientProperties()

static Properties grammarscope.browser.Browser.makeClientProperties ( final Settings  settings,
final String[]  args 
)
static

Make client properties from settings and command-line arguments

Parameters
settingssettings
argscommand-line arguments
Returns
client properties

◆ makeDashBoard()

DashBoard grammarscope.browser.Browser.makeDashBoard ( )
private

Make the dashboard

Returns
dashboard

◆ makeDashBoardToolBar()

static JToolBar grammarscope.browser.Browser.makeDashBoardToolBar ( )
staticprivate

Make dashboard toolbar

Returns
toolbar

◆ makeDocumentStatusComponent()

JComponent grammarscope.browser.Browser.makeDocumentStatusComponent ( final Icon  icon)
private

Make document status component

Parameters
iconicon to add

◆ makeFilterWidget()

IFilterWidget grammarscope.browser.Browser.makeFilterWidget ( @SuppressWarnings("SameParameterValue") final boolean  asTable)
private

Make filter widget

Parameters
asTableas table
Returns
filter widget

◆ makeMemoryStatusComponent()

static JComponent grammarscope.browser.Browser.makeMemoryStatusComponent ( )
staticprivate

Make memory status component

◆ makeMenuBar()

JMenuBar grammarscope.browser.Browser.makeMenuBar ( )
private

Make menubar

Returns
menubar

◆ makeProperties()

static Properties grammarscope.browser.Browser.makeProperties ( final String  persistFile)
static

Obtain settings

Parameters
persistFilepersist file
Returns
properties

◆ makeSettings()

static Settings grammarscope.browser.Browser.makeSettings ( final String  persistFile,
final String[]  args 
)
static

Obtain settings

Parameters
persistFilepersist file
argscommand-line arguments
Returns
settings

◆ makeSlider()

JSlider grammarscope.browser.Browser.makeSlider ( )
private

Make line spacing slider

Returns
slider

◆ makeSplitPane()

static JSplitPane grammarscope.browser.Browser.makeSplitPane ( )
staticprivate

Make split panel to wrap left panel and dashboard

Returns
split pane

◆ makeStatusComponent()

static JComponent grammarscope.browser.Browser.makeStatusComponent ( final Icon  icon,
final String  name,
final String  value 
)
staticprivate

Make status component

Parameters
iconicon
namename
valuevalue

◆ makeToolBar()

JToolBar grammarscope.browser.Browser.makeToolBar ( )
private

Make main toolbar

Returns
toolbar

◆ makeTypedDependencyModeComboBox()

JComboBox<TypedDependencyMode> grammarscope.browser.Browser.makeTypedDependencyModeComboBox ( )
private

Make typed dependencies mode combo box

Returns
combo box

◆ makeTypedDependencyProviderComboBox()

JComboBox<TypedDependencyProvider> grammarscope.browser.Browser.makeTypedDependencyProviderComboBox ( )
private

Make typed dependencies provider combo box

Returns
combo box

◆ notified()

void grammarscope.browser.Browser.notified ( final Event  event)

Event notification

Parameters
eventevent

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ onDone()

void grammarscope.browser.Browser.onDone ( final Document  document,
final boolean  parsed,
final boolean  analyzed 
)
protected

Document parsed/analyzed callback

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ onPublish()

void grammarscope.browser.Browser.onPublish ( final Document  document,
final List< Integer >  sentenceIndices,
final boolean  parsed,
final boolean  analyzed 
)
protected

Document part published callback

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ onServerBound()

void grammarscope.browser.Browser.onServerBound ( final boolean  success)

Server binding callback

Parameters
successwhether binding was successful

Reimplemented from grammarscope.browser.Client.

◆ requested()

void grammarscope.browser.Browser.requested ( final Request  request)

Request notification

Parameters
requestrequest

Implements grammarscope.message.IRequestListener.

◆ scrollBackward()

void grammarscope.browser.Browser.scrollBackward ( )

Scroll backward to previous sentence command handler

◆ scrollForward()

void grammarscope.browser.Browser.scrollForward ( )

Scroll forward to next sentence command handler

◆ setAnnotationPadFlag()

void grammarscope.browser.Browser.setAnnotationPadFlag ( final boolean  flag)

Show annotation pad

Parameters
flagwhether to show annotation pad

◆ setDerivedTypedDependencies()

void grammarscope.browser.Browser.setDerivedTypedDependencies ( final boolean  flag)

Set graph-derived typed dependencies

Parameters
flagwhether typed dependencies are derived from semantic graph

◆ setEdgesAsCurves()

void grammarscope.browser.Browser.setEdgesAsCurves ( final Boolean  flag)

Set render mode

Parameters
flagwhether to render edges as curves

◆ setLemmatize()

void grammarscope.browser.Browser.setLemmatize ( final boolean  flag)

Set lemmatize flag

Parameters
flaglemmatize flag

◆ setRenderMode()

void grammarscope.browser.Browser.setRenderMode ( final Long  mode)

Set render mode

Parameters
moderender mode

◆ setTypedDependencyMode()

void grammarscope.browser.Browser.setTypedDependencyMode ( final TypedDependencyMode  mode)

Set typed dependency mode

Parameters
modemode

◆ setTypedDependencyProvider()

void grammarscope.browser.Browser.setTypedDependencyProvider ( final TypedDependencyProvider  provider)

Set typed dependency provider

Parameters
providerprovider

◆ setXML()

void grammarscope.browser.Browser.setXML ( final boolean  flag)

Set XML mode

Parameters
flagXML mode flag

◆ setXMLCompatibilityMode()

static void grammarscope.browser.Browser.setXMLCompatibilityMode ( final boolean  flag)
static

Set XML compatibility mode

Parameters
flagXML compatibility mode flag

◆ startProcessing()

void grammarscope.browser.Browser.startProcessing ( final Document  document,
final boolean  recognize,
final boolean  parse,
final boolean  analyze,
final boolean  clear,
final boolean  waitServerReady 
)

Start processing thread

Parameters
documentdocument
recognizerecognize (pos, named entities)
parseparse
analyzeanalyze
clearclear cached data
waitServerReadywait until server is ready

Reimplemented from grammarscope.browser.ControlDocumentView.

◆ startTask()

void grammarscope.browser.Browser.startTask ( )
protected

Block input when task is initiated.

Reimplemented from grammarscope.browser.ControlDocumentView.

Member Data Documentation

◆ args

final String [] grammarscope.browser.Browser.args
private

Command-line arguments

◆ dashBoard

DashBoard grammarscope.browser.Browser.dashBoard
private

The grammatical relations dash board

◆ dashPanel

JComponent grammarscope.browser.Browser.dashPanel
private

Dash panel

◆ derivedTypedDependenciesFlag

boolean grammarscope.browser.Browser.derivedTypedDependenciesFlag
private

Whether typed dependencies are derived from semantic graph

◆ documentIcon

Icon grammarscope.browser.Browser.documentIcon
private

Filter icon

◆ engineIcon

Icon grammarscope.browser.Browser.engineIcon
private

Engine icon

◆ FILTER_HEIGHT

final int grammarscope.browser.Browser.FILTER_HEIGHT = 589
staticprivate

◆ FILTER_WIDTH

final int grammarscope.browser.Browser.FILTER_WIDTH = 200
staticprivate

◆ frame

JFrame grammarscope.browser.Browser.frame

Application's main frame

◆ graphDecorator

final GraphDecorator<GNode, GEdge> grammarscope.browser.Browser.graphDecorator = new GraphDecorator<>(new GNodeDecorator(), new GEdgeDecorator())
private

Graph decorator

◆ lemmatizeFlag

boolean grammarscope.browser.Browser.lemmatizeFlag
private

Whether to lemmatize nodes

◆ lineSpacingSlider

JSlider grammarscope.browser.Browser.lineSpacingSlider
private

Edits line spacing

◆ mainPanel

JPanel grammarscope.browser.Browser.mainPanel
private

Main panel

◆ modelIcon

Icon grammarscope.browser.Browser.modelIcon
private

Relations icon

◆ modelsRenderer

final TableCellRenderer grammarscope.browser.Browser.modelsRenderer
staticpackage

◆ nullMouseListener

MouseListener grammarscope.browser.Browser.nullMouseListener
private

Input-blocking null mouse listener

◆ PROGRESS_HEIGHT

final int grammarscope.browser.Browser.PROGRESS_HEIGHT = 20
staticprivate

◆ PROGRESS_WIDTH

final int grammarscope.browser.Browser.PROGRESS_WIDTH = 240
staticprivate

◆ progressBar

JProgressBar grammarscope.browser.Browser.progressBar
private

Progress bar

◆ PROPAGATE_LANGUAGE_CHANGE_TO_SERVER

final boolean grammarscope.browser.Browser.PROPAGATE_LANGUAGE_CHANGE_TO_SERVER = false
staticprivate

◆ relationFilterIcon

Icon grammarscope.browser.Browser.relationFilterIcon
private

Filter icon

◆ relationPaletteIcon

Icon grammarscope.browser.Browser.relationPaletteIcon
private

Filter icon

◆ relaunchOnChange

boolean grammarscope.browser.Browser.relaunchOnChange
staticprivate

◆ settings

final Settings grammarscope.browser.Browser.settings
private

◆ statusPanel

JPanel grammarscope.browser.Browser.statusPanel
private

Status panel

◆ toolBar

JToolBar grammarscope.browser.Browser.toolBar
private

◆ toolMode

ToolMode grammarscope.browser.Browser.toolMode
private

Tool mode

◆ typedDependencyModeComboBox

JComboBox<TypedDependencyMode> grammarscope.browser.Browser.typedDependencyModeComboBox
private

TypedDependencyMode ComboBox

◆ typedDependencyProviderComboBox

JComboBox<TypedDependencyProvider> grammarscope.browser.Browser.typedDependencyProviderComboBox
private

TypedDependencyProvider ComboBox

◆ version

final String grammarscope.browser.Browser.version = "4.0.0"
staticprivate

Version string

◆ VIEW_HEIGHT

final int grammarscope.browser.Browser.VIEW_HEIGHT = 800
staticprivate

◆ VIEW_WIDTH

final int grammarscope.browser.Browser.VIEW_WIDTH = 1024
staticprivate

◆ viewPane

JPanel grammarscope.browser.Browser.viewPane
private

View panel

◆ views

JTabbedPane grammarscope.browser.Browser.views
private

Tabbed views

◆ xMLModeFlag

boolean grammarscope.browser.Browser.xMLModeFlag
private

XML mode flag


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