Package | Description |
---|---|
grammarscope.browser | |
grammarscope.browser.dialog |
Modifier and Type | Field and Description |
---|---|
private Settings |
Browser.settings
Settings
|
Modifier and Type | Method and Description |
---|---|
static Settings |
Settings.fromProperties(java.util.Properties properties)
Make settings from properties
|
(package private) abstract Settings |
ControlDocumentView.getSettings() |
(package private) abstract Settings |
Modeling.getSettings() |
(package private) Settings |
Browser.getSettings() |
private static Settings |
ControlDocumentView.makeSettings(Settings settings,
java.lang.String[] args)
Make settings allowing for overrides on command line
|
static Settings |
Browser.makeSettings(java.lang.String persistFile,
java.lang.String[] args)
Obtain settings
|
Modifier and Type | Method and Description |
---|---|
private void |
Browser.applyClientSettings(Settings settings)
Apply client settings
|
private void |
Browser.applySettings(Settings settings)
Apply settings
|
void |
View.applySettings(Settings settings)
Apply settings
|
static java.util.Properties |
Browser.makeClientProperties(Settings settings,
java.lang.String[] args)
Make client properties from settings and command-line arguments
|
private static Settings |
ControlDocumentView.makeSettings(Settings settings,
java.lang.String[] args)
Make settings allowing for overrides on command line
|
Modifier and Type | Field and Description |
---|---|
private Settings |
ServerSettingsDialog.settings
Settings
|
private Settings |
SettingsDialog.settings
Settings
|
Constructor and Description |
---|
ServerSettingsDialog(Settings settings,
java.awt.Frame owner)
Constructor
|
SettingsDialog(Settings settings,
java.awt.Frame owner)
Constructor
|