|
| | 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< View > | getViews () |
| |
| Document | getDocument () |
| |
| List< Document > | getDocuments () |
| |
| 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 () |
| |
| | 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) |
| |
| | Modeling () |
| |
| void | commandLoadRelationFilter () |
| |
| void | commandSaveRelationFilter () |
| |
| void | commandLoadRelationPalette () |
| |
| void | commandSaveRelationPalette () |
| |
| | Messenging () |
| |
| EventFirer | getFirer () |
| |
| | Client () |
| |
| boolean | getState () |
| |
| void | lock (final Observable observable) |
| |
Browser
- Author
- Bernard Bou
◆ Browser()
| grammarscope.browser.Browser.Browser |
( |
final String[] |
args | ) |
|
◆ addToStatus()
| void grammarscope.browser.Browser.addToStatus |
( |
final JComponent |
component | ) |
|
|
private |
Add component to status bar
- Parameters
-
| component | component to add |
◆ addView()
| void grammarscope.browser.Browser.addView |
( |
final View |
view | ) |
|
|
package |
◆ adjustCombos()
| void grammarscope.browser.Browser.adjustCombos |
( |
| ) |
|
|
private |
◆ 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
-
◆ applySettings()
| void grammarscope.browser.Browser.applySettings |
( |
final Settings |
settings | ) |
|
|
private |
Apply settings
- Parameters
-
◆ 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 |
◆ commandAbout()
| static void grammarscope.browser.Browser.commandAbout |
( |
| ) |
|
|
static |
◆ commandAllModels()
| void grammarscope.browser.Browser.commandAllModels |
( |
| ) |
|
◆ 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 |
( |
| ) |
|
◆ commandDeSerializeAnalysis()
| void grammarscope.browser.Browser.commandDeSerializeAnalysis |
( |
| ) |
|
◆ commandDeSerializeAnalysisToText()
| void grammarscope.browser.Browser.commandDeSerializeAnalysisToText |
( |
| ) |
|
◆ commandEditHighlightFilter()
| void grammarscope.browser.Browser.commandEditHighlightFilter |
( |
| ) |
|
◆ commandEditor()
| static void grammarscope.browser.Browser.commandEditor |
( |
| ) |
|
|
static |
◆ commandExit()
| void grammarscope.browser.Browser.commandExit |
( |
| ) |
|
◆ 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 |
( |
| ) |
|
◆ commandLanguage()
| void grammarscope.browser.Browser.commandLanguage |
( |
| ) |
|
◆ commandLexParserModels()
| void grammarscope.browser.Browser.commandLexParserModels |
( |
| ) |
|
◆ commandLoadParser()
| void grammarscope.browser.Browser.commandLoadParser |
( |
| ) |
|
◆ commandParseTree()
| void grammarscope.browser.Browser.commandParseTree |
( |
| ) |
|
Display parsed tree for selected sentence command handler
◆ commandPosTaggerModels()
| void grammarscope.browser.Browser.commandPosTaggerModels |
( |
| ) |
|
◆ commandProviderData()
| void grammarscope.browser.Browser.commandProviderData |
( |
| ) |
|
◆ 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 |
( |
| ) |
|
◆ commandServerSettings()
| void grammarscope.browser.Browser.commandServerSettings |
( |
| ) |
|
Server settings command handler
◆ commandSettings()
| void grammarscope.browser.Browser.commandSettings |
( |
| ) |
|
◆ commandSPO()
| void grammarscope.browser.Browser.commandSPO |
( |
| ) |
|
◆ commandSystem()
| static void grammarscope.browser.Browser.commandSystem |
( |
| ) |
|
|
static |
◆ commandTest()
| static void grammarscope.browser.Browser.commandTest |
( |
| ) |
|
|
static |
◆ 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 |
◆ explore()
| void grammarscope.browser.Browser.explore |
( |
final Relation |
relation, |
|
|
final EventFirer |
firer |
|
) |
| |
Explore grammatical relation
- Parameters
-
| relation | relation to explore |
| firer | event firer |
◆ exploreRelations()
| void grammarscope.browser.Browser.exploreRelations |
( |
final RelationModel |
model | ) |
|
Explore grammatical relations
- Parameters
-
◆ getAnnotationPadFlag()
| boolean grammarscope.browser.Browser.getAnnotationPadFlag |
( |
| ) |
|
Whether annotation pad is shown
- Returns
- whether annotation pad is shown
◆ getArgs()
| String [] grammarscope.browser.Browser.getArgs |
( |
| ) |
|
|
package |
◆ 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 |
( |
| ) |
|
◆ 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 |
◆ 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 |
◆ 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
-
| args | command 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 |
◆ layoutMainPanel()
| synchronized void grammarscope.browser.Browser.layoutMainPanel |
( |
final ToolMode |
mode | ) |
|
Lay out main panel
- Parameters
-
| mode | mode (none, splitpane, toolbar) |
◆ main()
| static void grammarscope.browser.Browser.main |
( |
final String[] |
args | ) |
|
|
static |
Start entry point
- Parameters
-
| args | command line parameters |
◆ main2()
| static void grammarscope.browser.Browser.main2 |
( |
final String[] |
args | ) |
|
|
static |
Start entry point (from editor)
- Parameters
-
| args | command 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
-
| settings | settings |
| args | command-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
-
◆ makeFilterWidget()
| IFilterWidget grammarscope.browser.Browser.makeFilterWidget |
( |
@SuppressWarnings("SameParameterValue") final boolean |
asTable | ) |
|
|
private |
Make filter widget
- Parameters
-
- 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
-
- Returns
- properties
◆ makeSettings()
| static Settings grammarscope.browser.Browser.makeSettings |
( |
final String |
persistFile, |
|
|
final String[] |
args |
|
) |
| |
|
static |
Obtain settings
- Parameters
-
| persistFile | persist file |
| args | command-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
-
| icon | icon |
| name | name |
| value | value |
◆ 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()
Make typed dependencies provider combo box
- Returns
- combo box
◆ notified()
| void grammarscope.browser.Browser.notified |
( |
final Event |
event | ) |
|
◆ onDone()
| void grammarscope.browser.Browser.onDone |
( |
final Document |
document, |
|
|
final boolean |
parsed, |
|
|
final boolean |
analyzed |
|
) |
| |
|
protected |
◆ onPublish()
| void grammarscope.browser.Browser.onPublish |
( |
final Document |
document, |
|
|
final List< Integer > |
sentenceIndices, |
|
|
final boolean |
parsed, |
|
|
final boolean |
analyzed |
|
) |
| |
|
protected |
◆ onServerBound()
| void grammarscope.browser.Browser.onServerBound |
( |
final boolean |
success | ) |
|
◆ requested()
| void grammarscope.browser.Browser.requested |
( |
final Request |
request | ) |
|
◆ 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
-
| flag | whether to show annotation pad |
◆ setDerivedTypedDependencies()
| void grammarscope.browser.Browser.setDerivedTypedDependencies |
( |
final boolean |
flag | ) |
|
Set graph-derived typed dependencies
- Parameters
-
| flag | whether typed dependencies are derived from semantic graph |
◆ setEdgesAsCurves()
| void grammarscope.browser.Browser.setEdgesAsCurves |
( |
final Boolean |
flag | ) |
|
Set render mode
- Parameters
-
| flag | whether to render edges as curves |
◆ setLemmatize()
| void grammarscope.browser.Browser.setLemmatize |
( |
final boolean |
flag | ) |
|
Set lemmatize flag
- Parameters
-
◆ setRenderMode()
| void grammarscope.browser.Browser.setRenderMode |
( |
final Long |
mode | ) |
|
Set render mode
- Parameters
-
◆ setTypedDependencyMode()
Set typed dependency mode
- Parameters
-
◆ setTypedDependencyProvider()
Set typed dependency provider
- Parameters
-
◆ setXML()
| void grammarscope.browser.Browser.setXML |
( |
final boolean |
flag | ) |
|
◆ setXMLCompatibilityMode()
| static void grammarscope.browser.Browser.setXMLCompatibilityMode |
( |
final boolean |
flag | ) |
|
|
static |
Set XML compatibility mode
- Parameters
-
| flag | XML 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
-
| document | document |
| recognize | recognize (pos, named entities) |
| parse | parse |
| analyze | analyze |
| clear | clear cached data |
| waitServerReady | wait until server is ready |
Reimplemented from grammarscope.browser.ControlDocumentView.
◆ startTask()
| void grammarscope.browser.Browser.startTask |
( |
| ) |
|
|
protected |
◆ args
| final String [] grammarscope.browser.Browser.args |
|
private |
◆ dashBoard
| DashBoard grammarscope.browser.Browser.dashBoard |
|
private |
The grammatical relations dash board
◆ dashPanel
| JComponent grammarscope.browser.Browser.dashPanel |
|
private |
◆ derivedTypedDependenciesFlag
| boolean grammarscope.browser.Browser.derivedTypedDependenciesFlag |
|
private |
Whether typed dependencies are derived from semantic graph
◆ documentIcon
| Icon grammarscope.browser.Browser.documentIcon |
|
private |
◆ engineIcon
| Icon grammarscope.browser.Browser.engineIcon |
|
private |
◆ 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 |
◆ graphDecorator
| final GraphDecorator<GNode, GEdge> grammarscope.browser.Browser.graphDecorator = new GraphDecorator<>(new GNodeDecorator(), new GEdgeDecorator()) |
|
private |
◆ lemmatizeFlag
| boolean grammarscope.browser.Browser.lemmatizeFlag |
|
private |
Whether to lemmatize nodes
◆ lineSpacingSlider
| JSlider grammarscope.browser.Browser.lineSpacingSlider |
|
private |
◆ mainPanel
| JPanel grammarscope.browser.Browser.mainPanel |
|
private |
◆ modelIcon
| Icon grammarscope.browser.Browser.modelIcon |
|
private |
◆ 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 |
◆ PROPAGATE_LANGUAGE_CHANGE_TO_SERVER
| final boolean grammarscope.browser.Browser.PROPAGATE_LANGUAGE_CHANGE_TO_SERVER = false |
|
staticprivate |
◆ relationFilterIcon
| Icon grammarscope.browser.Browser.relationFilterIcon |
|
private |
◆ relationPaletteIcon
| Icon grammarscope.browser.Browser.relationPaletteIcon |
|
private |
◆ relaunchOnChange
| boolean grammarscope.browser.Browser.relaunchOnChange |
|
staticprivate |
◆ settings
| final Settings grammarscope.browser.Browser.settings |
|
private |
◆ statusPanel
| JPanel grammarscope.browser.Browser.statusPanel |
|
private |
◆ toolBar
| JToolBar grammarscope.browser.Browser.toolBar |
|
private |
◆ toolMode
| ToolMode grammarscope.browser.Browser.toolMode |
|
private |
◆ typedDependencyModeComboBox
TypedDependencyMode ComboBox
◆ typedDependencyProviderComboBox
TypedDependencyProvider ComboBox
◆ version
| final String grammarscope.browser.Browser.version = "4.0.0" |
|
staticprivate |
◆ 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 |
◆ views
| JTabbedPane grammarscope.browser.Browser.views |
|
private |
◆ xMLModeFlag
| boolean grammarscope.browser.Browser.xMLModeFlag |
|
private |
The documentation for this class was generated from the following file:
- grammarscope/browser/src/main/java/grammarscope/browser/Browser.java