de.xoev.xdomea.viewer.gui.preferences
Class EditConfigurationDialog

java.lang.Object
  extended by TitleAreaDialog
      extended by de.xoev.xdomea.viewer.gui.preferences.EditConfigurationDialog

public class EditConfigurationDialog
extends TitleAreaDialog

Diese Klasse repräsentiert den Dialog zum Bearbeiten einer Konfiguration des xdomea-Viewer zu einer bestimmten Version der xdomea-Spezifikation

Author:
Sächsisches Staatsministerium der Justiz und für Europa

Constructor Summary
EditConfigurationDialog(Shell parentShell, de.xoev.xdomea.viewer.config.Configuration config)
          erzeugt eine EditConfigurationDialog-Instanz mit den übergebenen Parametern
 
Method Summary
 void create()
           
protected  Control createButtonBar(Composite parent)
           
protected  Control createDialogArea(Composite parent)
           
 de.xoev.xdomea.viewer.config.Configuration getConfiguration()
          gibt eine Configruation-Instanz zurück.
protected  void okPressed()
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditConfigurationDialog

public EditConfigurationDialog(Shell parentShell,
                               de.xoev.xdomea.viewer.config.Configuration config)
erzeugt eine EditConfigurationDialog-Instanz mit den übergebenen Parametern

Parameters:
parentShell - die übergeordnete Shell-Instanz
config - eine Configuration-Instanz - diese Instanz wird zum initialisieren der Felder diese Dialogs genutzt
Method Detail

getConfiguration

public de.xoev.xdomea.viewer.config.Configuration getConfiguration()
gibt eine Configruation-Instanz zurück. Diese Instanz entspricht den Einstellungen, die in diesem Dialog vorgenommen wurden

Returns:

create

public void create()

createDialogArea

protected Control createDialogArea(Composite parent)

createButtonBar

protected Control createButtonBar(Composite parent)

widgetSelected

public void widgetSelected(SelectionEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

okPressed

protected void okPressed()


Copyright © 2009. All Rights Reserved.