|
static void | main (final String[] args) |
|
|
void | initialize () |
|
JPanel | makeServerUrlPanel () |
|
JPanel | makeDocumentPanel () |
|
JPanel | makeBehaviourPanel () |
|
JPanel | makeDisplayPanel () |
|
JPanel | makeColorPanel () |
|
JPanel | makeGraphPanel () |
|
JPanel | makeCommandPanel () |
|
JButton | makeBrowseButton (final JTextComponent buddy, final boolean directory, final String ext, final String type) |
|
JButton | makeBrowseURLButton (final JTextComponent buddy) |
|
JButton | makeOkButton () |
|
JButton | makeCancelButton () |
|
void | settingsToTriState (final MultipleChoice radioGroup, final Setting setting) |
|
void | checkBoxToSettings (final JCheckBox checkBox, @SuppressWarnings("SameParameterValue") final Setting setting) |
|
void | settingsToCheckBox (final JCheckBox checkBox, @SuppressWarnings("SameParameterValue") final Setting setting, @SuppressWarnings("SameParameterValue") final boolean defaultNull) |
|
void | triStateToSettings (final MultipleChoice radioGroup, final Setting setting) |
|
void | settingsToColorPad (final ColorPad pad, final Setting setting) |
|
void | colorPadToSettings (final ColorPad pad, final Setting setting) |
|
void | textComponentToSettings (final JTextComponent textComponent, final Setting setting) |
|
void | settingsToTextComponent (final JTextComponent textComponent, final Setting setting) |
|
void | numSettingsToNumTextComponent (final JTextComponent textComponent, @SuppressWarnings("SameParameterValue") final Setting setting) |
|
void | comboBoxToSettings (final JComboBox< Object > comboBox, final Setting setting) |
|
void | settingsToComboBox (final JComboBox< Object > comboBox, final Setting setting) |
|
|
static final long | serialVersionUID = 1L |
|
static final int | TOP0 = 20 |
|
static final int | TOP = 5 |
|
static final int | BOTTOM = 20 |
|
static final int | LEFT = 20 |
|
static final int | RIGHT = 10 |
|
static final Insets | IL_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
static final Insets | IL = new Insets(TOP, LEFT, 0, RIGHT) |
|
static final Insets | IL_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
static final Insets | II_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
static final Insets | II = new Insets(TOP, LEFT, 0, RIGHT) |
|
static final Insets | II_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
static final Insets | IT_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
static final Insets | IT = new Insets(TOP, LEFT, 0, RIGHT) |
|
static final Insets | IT_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
static final Insets | IB_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
static final Insets | IB = new Insets(TOP, LEFT, 0, RIGHT) |
|
static final Insets | IB_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
static final int | TEXT_WIDTH = 300 |
|
static final int | MIN_PAD_X = 150 |
|
static final String | DEFAULT = "<DEFAULT>" |
|
Settings dialog
- Author
- Bernard Bou
◆ SettingsDialog()
grammarscope.browser.dialog.SettingsDialog.SettingsDialog |
( |
final Settings |
settings, |
|
|
final Frame |
owner |
|
) |
| |
Constructor
- Parameters
-
settings | settings |
owner | frame owner |
◆ checkBoxToSettings()
void grammarscope.browser.dialog.SettingsDialog.checkBoxToSettings |
( |
final JCheckBox |
checkBox, |
|
|
@SuppressWarnings("SameParameterValue") final Setting |
setting |
|
) |
| |
|
private |
◆ colorPadToSettings()
void grammarscope.browser.dialog.SettingsDialog.colorPadToSettings |
( |
final ColorPad |
pad, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ comboBoxToSettings()
void grammarscope.browser.dialog.SettingsDialog.comboBoxToSettings |
( |
final JComboBox< Object > |
comboBox, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ group()
static Component grammarscope.browser.dialog.SettingsDialog.group |
( |
final Component... |
components | ) |
|
|
staticprivate |
◆ initialize()
void grammarscope.browser.dialog.SettingsDialog.initialize |
( |
| ) |
|
|
private |
◆ main()
static void grammarscope.browser.dialog.SettingsDialog.main |
( |
final String[] |
args | ) |
|
|
static |
Main
- Parameters
-
args | command line arguments |
◆ makeBehaviourPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeBehaviourPanel |
( |
| ) |
|
|
private |
Make behaviour panel
- Returns
- behaviour panel
◆ makeBrowseButton()
JButton grammarscope.browser.dialog.SettingsDialog.makeBrowseButton |
( |
final JTextComponent |
buddy, |
|
|
final boolean |
directory, |
|
|
final String |
ext, |
|
|
final String |
type |
|
) |
| |
|
private |
Make browse button
- Parameters
-
buddy | buddy component |
directory | directory |
ext | extension |
type | type |
- Returns
- browse button
◆ makeBrowseURLButton()
JButton grammarscope.browser.dialog.SettingsDialog.makeBrowseURLButton |
( |
final JTextComponent |
buddy | ) |
|
|
private |
Make browse button
- Parameters
-
- Returns
- browse button
◆ makeCancelButton()
JButton grammarscope.browser.dialog.SettingsDialog.makeCancelButton |
( |
| ) |
|
|
private |
Make cancel button
- Returns
- cancel button
◆ makeCheckBox()
static JCheckBox grammarscope.browser.dialog.SettingsDialog.makeCheckBox |
( |
@SuppressWarnings("SameParameterValue") final String |
label | ) |
|
|
staticprivate |
Make checkbox
- Parameters
-
- Returns
- checkbox
◆ makeColorPad()
static ColorPad grammarscope.browser.dialog.SettingsDialog.makeColorPad |
( |
| ) |
|
|
staticprivate |
Make color pad
- Returns
- color pad
◆ makeColorPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeColorPanel |
( |
| ) |
|
|
private |
Make color settings panel
- Returns
- color settings panel
◆ makeComboBox()
static JComboBox<Object> grammarscope.browser.dialog.SettingsDialog.makeComboBox |
( |
final Object[] |
options0 | ) |
|
|
staticprivate |
Make combobox
- Parameters
-
- Returns
- combobox
◆ makeCommandPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeCommandPanel |
( |
| ) |
|
|
private |
Make command panel
- Returns
- command panel
◆ makeDisplayPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeDisplayPanel |
( |
| ) |
|
|
private |
Make view settings panel
- Returns
- view settings panel
◆ makeDocumentPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeDocumentPanel |
( |
| ) |
|
|
private |
Make document settings panel
- Returns
- document settings panel
◆ makeFileChooser()
static JFileChooser grammarscope.browser.dialog.SettingsDialog.makeFileChooser |
( |
final String |
ext, |
|
|
final String |
type |
|
) |
| |
|
staticprivate |
Make file chooser
- Parameters
-
- Returns
- file chooser
◆ makeFolderChooser()
static JFileChooser grammarscope.browser.dialog.SettingsDialog.makeFolderChooser |
( |
| ) |
|
|
staticprivate |
Make folder chooser
- Returns
- folder chooser
◆ makeGraphPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeGraphPanel |
( |
| ) |
|
|
private |
Make graph panel
- Returns
- graph panel
◆ makeOkButton()
JButton grammarscope.browser.dialog.SettingsDialog.makeOkButton |
( |
| ) |
|
|
private |
Make ok button
- Returns
- ok button
◆ makeSelector()
static MultipleChoice grammarscope.browser.dialog.SettingsDialog.makeSelector |
( |
final Object[] |
objects | ) |
|
|
staticprivate |
Make 2-state radio group
- Returns
- radio group
◆ makeServerUrlPanel()
JPanel grammarscope.browser.dialog.SettingsDialog.makeServerUrlPanel |
( |
| ) |
|
|
private |
Make server url settings panel
- Returns
- settings panel
◆ makeTextField()
static JTextField grammarscope.browser.dialog.SettingsDialog.makeTextField |
( |
| ) |
|
|
staticprivate |
Make textfield
- Returns
- text field
◆ makeTristate()
static MultipleChoice grammarscope.browser.dialog.SettingsDialog.makeTristate |
( |
| ) |
|
|
staticprivate |
Make 3-state radio group
- Returns
- radio group
◆ numSettingsToNumTextComponent()
void grammarscope.browser.dialog.SettingsDialog.numSettingsToNumTextComponent |
( |
final JTextComponent |
textComponent, |
|
|
@SuppressWarnings("SameParameterValue") final Setting |
setting |
|
) |
| |
|
private |
◆ setCurrentDirectory()
static void grammarscope.browser.dialog.SettingsDialog.setCurrentDirectory |
( |
final JFileChooser |
chooser, |
|
|
final String |
currentDirectory |
|
) |
| |
|
staticprivate |
Set current directory for file chooser
- Parameters
-
chooser | file chooser |
currentDirectory | directory to set as current |
◆ settingsToCheckBox()
void grammarscope.browser.dialog.SettingsDialog.settingsToCheckBox |
( |
final JCheckBox |
checkBox, |
|
|
@SuppressWarnings("SameParameterValue") final Setting |
setting, |
|
|
@SuppressWarnings("SameParameterValue") final boolean |
defaultNull |
|
) |
| |
|
private |
◆ settingsToColorPad()
void grammarscope.browser.dialog.SettingsDialog.settingsToColorPad |
( |
final ColorPad |
pad, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ settingsToComboBox()
void grammarscope.browser.dialog.SettingsDialog.settingsToComboBox |
( |
final JComboBox< Object > |
comboBox, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ settingsToTextComponent()
void grammarscope.browser.dialog.SettingsDialog.settingsToTextComponent |
( |
final JTextComponent |
textComponent, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ settingsToTriState() [1/2]
static void grammarscope.browser.dialog.SettingsDialog.settingsToTriState |
( |
final MultipleChoice |
radioGroup, |
|
|
final Boolean |
value |
|
) |
| |
|
staticprivate |
◆ settingsToTriState() [2/2]
void grammarscope.browser.dialog.SettingsDialog.settingsToTriState |
( |
final MultipleChoice |
radioGroup, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ setVisible()
void grammarscope.browser.dialog.SettingsDialog.setVisible |
( |
final boolean |
show | ) |
|
◆ textComponentToSettings()
void grammarscope.browser.dialog.SettingsDialog.textComponentToSettings |
( |
final JTextComponent |
textComponent, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ triStateToSettings() [1/2]
static Boolean grammarscope.browser.dialog.SettingsDialog.triStateToSettings |
( |
final MultipleChoice |
radioGroup | ) |
|
|
staticprivate |
◆ triStateToSettings() [2/2]
void grammarscope.browser.dialog.SettingsDialog.triStateToSettings |
( |
final MultipleChoice |
radioGroup, |
|
|
final Setting |
setting |
|
) |
| |
|
private |
◆ annotationToolTipTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.annotationToolTipTriState |
|
private |
◆ backgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.backgroundColorPad |
|
private |
◆ baseTextComponent
JTextComponent grammarscope.browser.dialog.SettingsDialog.baseTextComponent |
|
private |
◆ BOTTOM
final int grammarscope.browser.dialog.SettingsDialog.BOTTOM = 20 |
|
staticprivate |
◆ coreferencesBackgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.coreferencesBackgroundColorPad |
|
private |
◆ coreferencesForegroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.coreferencesForegroundColorPad |
|
private |
◆ corefsModeTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.corefsModeTriState |
|
private |
◆ DEFAULT
final String grammarscope.browser.dialog.SettingsDialog.DEFAULT = "<DEFAULT>" |
|
staticprivate |
◆ documentTextField
JTextField grammarscope.browser.dialog.SettingsDialog.documentTextField |
|
private |
◆ edgesAsCurvesTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.edgesAsCurvesTriState |
|
private |
Render edges as arcs tristate
◆ gradientState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.gradientState |
|
private |
Display gradient tristate
◆ hatchTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.hatchTriState |
|
private |
◆ highlightHeadTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.highlightHeadTriState |
|
private |
◆ highlightMarkHeadTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.highlightMarkHeadTriState |
|
private |
Highlight mark head tristate
◆ highlightTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.highlightTriState |
|
private |
◆ IB
final Insets grammarscope.browser.dialog.SettingsDialog.IB = new Insets(TOP, LEFT, 0, RIGHT) |
|
staticprivate |
◆ IB_1
final Insets grammarscope.browser.dialog.SettingsDialog.IB_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
staticprivate |
◆ IB_n
final Insets grammarscope.browser.dialog.SettingsDialog.IB_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
staticprivate |
◆ II
final Insets grammarscope.browser.dialog.SettingsDialog.II = new Insets(TOP, LEFT, 0, RIGHT) |
|
staticprivate |
◆ II_1
final Insets grammarscope.browser.dialog.SettingsDialog.II_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
staticprivate |
◆ II_n
final Insets grammarscope.browser.dialog.SettingsDialog.II_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
staticprivate |
◆ IL
final Insets grammarscope.browser.dialog.SettingsDialog.IL = new Insets(TOP, LEFT, 0, RIGHT) |
|
staticprivate |
◆ IL_1
final Insets grammarscope.browser.dialog.SettingsDialog.IL_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
staticprivate |
◆ IL_n
final Insets grammarscope.browser.dialog.SettingsDialog.IL_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
staticprivate |
◆ imageBaseComponent
JTextComponent grammarscope.browser.dialog.SettingsDialog.imageBaseComponent |
|
private |
◆ IT
final Insets grammarscope.browser.dialog.SettingsDialog.IT = new Insets(TOP, LEFT, 0, RIGHT) |
|
staticprivate |
◆ IT_1
final Insets grammarscope.browser.dialog.SettingsDialog.IT_1 = new Insets(TOP0, LEFT, 0, RIGHT) |
|
staticprivate |
◆ IT_n
final Insets grammarscope.browser.dialog.SettingsDialog.IT_n = new Insets(TOP, LEFT, BOTTOM, RIGHT) |
|
staticprivate |
◆ LEFT
final int grammarscope.browser.dialog.SettingsDialog.LEFT = 20 |
|
staticprivate |
◆ longNameRadioButton
MultipleChoice grammarscope.browser.dialog.SettingsDialog.longNameRadioButton |
|
private |
Display short/long name radio button
◆ MIN_PAD_X
final int grammarscope.browser.dialog.SettingsDialog.MIN_PAD_X = 150 |
|
staticprivate |
◆ namedEntitiesModeTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.namedEntitiesModeTriState |
|
private |
◆ nesBackgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.nesBackgroundColorPad |
|
private |
◆ nesForegroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.nesForegroundColorPad |
|
private |
◆ ok
boolean grammarscope.browser.dialog.SettingsDialog.ok |
Whether OK button was pressed
◆ posBackgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.posBackgroundColorPad |
|
private |
◆ posesModeTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.posesModeTriState |
|
private |
◆ posForegroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.posForegroundColorPad |
|
private |
◆ propagateFilterTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.propagateFilterTriState |
|
private |
Whether to propagate accept filter settings to children
◆ propagatePaletteTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.propagatePaletteTriState |
|
private |
Whether to propagate palette settings to children
◆ relationBackgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.relationBackgroundColorPad |
|
private |
◆ relationForegroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.relationForegroundColorPad |
|
private |
◆ relationsFilterComponent
JTextComponent grammarscope.browser.dialog.SettingsDialog.relationsFilterComponent |
|
private |
◆ relationsModeTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.relationsModeTriState |
|
private |
◆ relationsPaletteComponent
JTextComponent grammarscope.browser.dialog.SettingsDialog.relationsPaletteComponent |
|
private |
Path to relations filter file
◆ relaunchOnChangeCheckBox
JCheckBox grammarscope.browser.dialog.SettingsDialog.relaunchOnChangeCheckBox |
|
private |
◆ RIGHT
final int grammarscope.browser.dialog.SettingsDialog.RIGHT = 10 |
|
staticprivate |
◆ semanticGraphBackgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.semanticGraphBackgroundColorPad |
|
private |
◆ semanticGraphForegroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.semanticGraphForegroundColorPad |
|
private |
◆ sentenceToolTipComboBox
JComboBox<Object> grammarscope.browser.dialog.SettingsDialog.sentenceToolTipComboBox |
|
private |
◆ sentimentBackgroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.sentimentBackgroundColorPad |
|
private |
◆ sentimentForegroundColorPad
ColorPad grammarscope.browser.dialog.SettingsDialog.sentimentForegroundColorPad |
|
private |
◆ sentimentsModeTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.sentimentsModeTriState |
|
private |
◆ serialVersionUID
final long grammarscope.browser.dialog.SettingsDialog.serialVersionUID = 1L |
|
staticprivate |
◆ servletURLComponent
JTextComponent grammarscope.browser.dialog.SettingsDialog.servletURLComponent |
|
private |
◆ settings
final Settings grammarscope.browser.dialog.SettingsDialog.settings |
|
private |
◆ TEXT_WIDTH
final int grammarscope.browser.dialog.SettingsDialog.TEXT_WIDTH = 300 |
|
staticprivate |
◆ toolModeComboBox
JComboBox<Object> grammarscope.browser.dialog.SettingsDialog.toolModeComboBox |
|
private |
Filter tool mode (toolbar, splitpane, none)
◆ TOP
final int grammarscope.browser.dialog.SettingsDialog.TOP = 5 |
|
staticprivate |
◆ TOP0
final int grammarscope.browser.dialog.SettingsDialog.TOP0 = 20 |
|
staticprivate |
◆ typedDependenciesModeTriState
MultipleChoice grammarscope.browser.dialog.SettingsDialog.typedDependenciesModeTriState |
|
private |
◆ xMemoryComponent
JTextComponent grammarscope.browser.dialog.SettingsDialog.xMemoryComponent |
|
private |
The documentation for this class was generated from the following file: