Klasse SettingsWindow

java.lang.Object
org.oxt.toolbox.gui.SettingsWindow

public class SettingsWindow extends Object
Class to create settings window.
Autor:
Dr. Jan C. Thiele
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    (Package privat) org.eclipse.swt.widgets.Display
     
    (Package privat) org.eclipse.swt.widgets.Combo
    GUI language selection combo box.
    (Package privat) org.eclipse.swt.widgets.Button
    Button/check box for selection whether codelists in visualization should be resolved.
    (Package privat) org.eclipse.swt.widgets.Shell
     
    (Package privat) org.eclipse.swt.widgets.Combo
    Combo box for validation configuration version selection.
    (Package privat) org.eclipse.swt.widgets.Combo
    GUI viz language selection combo box.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    SettingsWindow(org.eclipse.swt.widgets.Display display)
    Method to create settings window.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.eclipse.swt.widgets.Combo
    Method to get the language selection combo box.
    org.eclipse.swt.widgets.Button
    Method to get the check box for selection, if codelists in visualization should be resolved.
    org.eclipse.swt.widgets.Shell
     
    org.eclipse.swt.widgets.Combo
    Method to get the combo box of validation configuration version selection.
    org.eclipse.swt.widgets.Combo
    Method to get the viz language selection combo box.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • display

      org.eclipse.swt.widgets.Display display
    • shell

      org.eclipse.swt.widgets.Shell shell
    • languageCombo

      org.eclipse.swt.widgets.Combo languageCombo
      GUI language selection combo box.
    • vizLanguageCombo

      org.eclipse.swt.widgets.Combo vizLanguageCombo
      GUI viz language selection combo box.
    • valiVersionCombo

      org.eclipse.swt.widgets.Combo valiVersionCombo
      Combo box for validation configuration version selection.
    • resolveCodelists

      org.eclipse.swt.widgets.Button resolveCodelists
      Button/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()