Klasse SettingsWindow
java.lang.Object
org.oxt.toolbox.gui.SettingsWindow
Class to create settings window.
- Autor:
- Dr. Jan C. Thiele
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibung(Package privat) org.eclipse.swt.widgets.Display(Package privat) org.eclipse.swt.widgets.ComboGUI language selection combo box.(Package privat) org.eclipse.swt.widgets.ButtonButton/check box for selection whether codelists in visualization should be resolved.(Package privat) org.eclipse.swt.widgets.Shell(Package privat) org.eclipse.swt.widgets.ComboCombo box for validation configuration version selection.(Package privat) org.eclipse.swt.widgets.ComboGUI viz language selection combo box. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSettingsWindow(org.eclipse.swt.widgets.Display display) Method to create settings window. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.ComboMethod to get the language selection combo box.org.eclipse.swt.widgets.ButtonMethod to get the check box for selection, if codelists in visualization should be resolved.org.eclipse.swt.widgets.ShellgetShell()org.eclipse.swt.widgets.ComboMethod to get the combo box of validation configuration version selection.org.eclipse.swt.widgets.ComboMethod to get the viz language selection combo box.
-
Felddetails
-
display
org.eclipse.swt.widgets.Display display -
shell
org.eclipse.swt.widgets.Shell shell -
languageCombo
org.eclipse.swt.widgets.Combo languageComboGUI language selection combo box. -
vizLanguageCombo
org.eclipse.swt.widgets.Combo vizLanguageComboGUI viz language selection combo box. -
valiVersionCombo
org.eclipse.swt.widgets.Combo valiVersionComboCombo box for validation configuration version selection. -
resolveCodelists
org.eclipse.swt.widgets.Button resolveCodelistsButton/check box for selection whether codelists in visualization should be resolved.
-
-
Konstruktordetails
-
SettingsWindow
public SettingsWindow(org.eclipse.swt.widgets.Display display) Method to create settings window.- Parameter:
display- Display widget
-
-
Methodendetails
-
getVizLanguageCombo
public org.eclipse.swt.widgets.Combo getVizLanguageCombo()Method to get the viz language selection combo box.- Gibt zurück:
- combo box
-
getLanguageCombo
public org.eclipse.swt.widgets.Combo getLanguageCombo()Method to get the language selection combo box.- Gibt zurück:
- combo box
-
getValiVersionCombo
public org.eclipse.swt.widgets.Combo getValiVersionCombo()Method to get the combo box of validation configuration version selection.- Gibt zurück:
- combo box
-
getResolveCodelists
public org.eclipse.swt.widgets.Button getResolveCodelists()Method to get the check box for selection, if codelists in visualization should be resolved.- Gibt zurück:
- button/check box
-
getShell
public org.eclipse.swt.widgets.Shell getShell()
-