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

Classes

enum  TriState
 

Public Member Functions

 SettingsDialog (final Settings settings, final Frame owner)
 
void setVisible (final boolean show)
 

Static Public Member Functions

static void main (final String[] args)
 

Public Attributes

boolean ok
 

Private Member Functions

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 Private Member Functions

static Component group (final Component... components)
 
static ColorPad makeColorPad ()
 
static MultipleChoice makeTristate ()
 
static MultipleChoice makeSelector (final Object[] objects)
 
static JTextField makeTextField ()
 
static JCheckBox makeCheckBox (@SuppressWarnings("SameParameterValue") final String label)
 
static JComboBox< Object > makeComboBox (final Object[] options0)
 
static JFileChooser makeFileChooser (final String ext, final String type)
 
static JFileChooser makeFolderChooser ()
 
static void setCurrentDirectory (final JFileChooser chooser, final String currentDirectory)
 
static void settingsToTriState (final MultipleChoice radioGroup, final Boolean value)
 
static Boolean triStateToSettings (final MultipleChoice radioGroup)
 

Private Attributes

final Settings settings
 
MultipleChoice posesModeTriState
 
MultipleChoice relationsModeTriState
 
MultipleChoice typedDependenciesModeTriState
 
MultipleChoice namedEntitiesModeTriState
 
MultipleChoice sentimentsModeTriState
 
MultipleChoice corefsModeTriState
 
JComboBox< Object > sentenceToolTipComboBox
 
MultipleChoice annotationToolTipTriState
 
MultipleChoice hatchTriState
 
MultipleChoice gradientState
 
MultipleChoice edgesAsCurvesTriState
 
MultipleChoice highlightTriState
 
MultipleChoice highlightHeadTriState
 
MultipleChoice highlightMarkHeadTriState
 
MultipleChoice longNameRadioButton
 
MultipleChoice propagateFilterTriState
 
MultipleChoice propagatePaletteTriState
 
JCheckBox relaunchOnChangeCheckBox
 
JTextComponent relationsFilterComponent
 
JTextComponent relationsPaletteComponent
 
JTextComponent servletURLComponent
 
JTextComponent baseTextComponent
 
JTextComponent imageBaseComponent
 
JTextField documentTextField
 
JComboBox< Object > toolModeComboBox
 
ColorPad backgroundColorPad
 
ColorPad posForegroundColorPad
 
ColorPad posBackgroundColorPad
 
ColorPad relationForegroundColorPad
 
ColorPad relationBackgroundColorPad
 
ColorPad semanticGraphForegroundColorPad
 
ColorPad semanticGraphBackgroundColorPad
 
ColorPad nesForegroundColorPad
 
ColorPad nesBackgroundColorPad
 
ColorPad sentimentForegroundColorPad
 
ColorPad sentimentBackgroundColorPad
 
ColorPad coreferencesForegroundColorPad
 
ColorPad coreferencesBackgroundColorPad
 
JTextComponent xMemoryComponent
 

Static Private Attributes

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>"
 

Detailed Description

Settings dialog

Author
Bernard Bou

Constructor & Destructor Documentation

◆ SettingsDialog()

grammarscope.browser.dialog.SettingsDialog.SettingsDialog ( final Settings  settings,
final Frame  owner 
)

Constructor

Parameters
settingssettings
ownerframe owner

Member Function Documentation

◆ 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

Initialize

◆ main()

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

Main

Parameters
argscommand 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
buddybuddy component
directorydirectory
extextension
typetype
Returns
browse button

◆ makeBrowseURLButton()

JButton grammarscope.browser.dialog.SettingsDialog.makeBrowseURLButton ( final JTextComponent  buddy)
private

Make browse button

Parameters
buddybuddy component
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
labellabel
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
options0options
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
extextension
typetype
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
chooserfile chooser
currentDirectorydirectory 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

Member Data Documentation

◆ annotationToolTipTriState

MultipleChoice grammarscope.browser.dialog.SettingsDialog.annotationToolTipTriState
private

◆ backgroundColorPad

ColorPad grammarscope.browser.dialog.SettingsDialog.backgroundColorPad
private

ColorPad

◆ baseTextComponent

JTextComponent grammarscope.browser.dialog.SettingsDialog.baseTextComponent
private

Document base

◆ 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

ColorPad

◆ 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

Default document

◆ 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

Display hatch tristate

◆ highlightHeadTriState

MultipleChoice grammarscope.browser.dialog.SettingsDialog.highlightHeadTriState
private

Highlight heads tristate

◆ highlightMarkHeadTriState

MultipleChoice grammarscope.browser.dialog.SettingsDialog.highlightMarkHeadTriState
private

Highlight mark head tristate

◆ highlightTriState

MultipleChoice grammarscope.browser.dialog.SettingsDialog.highlightTriState
private

Highlight tristate

◆ 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

Image base

◆ 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

ColorPad

◆ 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

Render mode

◆ posForegroundColorPad

ColorPad grammarscope.browser.dialog.SettingsDialog.posForegroundColorPad
private

ColorPad

◆ 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

ColorPad

◆ relationsFilterComponent

JTextComponent grammarscope.browser.dialog.SettingsDialog.relationsFilterComponent
private

Path to relations file

◆ 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

Relaunch on change

◆ 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

ColorPad

◆ sentenceToolTipComboBox

JComboBox<Object> grammarscope.browser.dialog.SettingsDialog.sentenceToolTipComboBox
private

Tooltip mode

◆ sentimentBackgroundColorPad

ColorPad grammarscope.browser.dialog.SettingsDialog.sentimentBackgroundColorPad
private

◆ sentimentForegroundColorPad

ColorPad grammarscope.browser.dialog.SettingsDialog.sentimentForegroundColorPad
private

ColorPad

◆ 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

Servlet URL

◆ 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

Extra memory


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