net.doctimal.models.applicationmodel.guimodel.editor
Class PreferencesDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by net.doctimal.models.applicationmodel.guimodel.editor.PreferencesDialog

public class PreferencesDialog
extends org.eclipse.swt.widgets.Dialog

Author:
klemens To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
PreferencesDialog(org.eclipse.swt.widgets.Shell parent, PreferencesContainer optionsContainer, EditorConfiguration editorConfiguration)
           
 
Method Summary
 PreferencesContainer getPreferencesContainer()
           
 void setPreferencesContainer(PreferencesContainer preferencesContainer)
           
 void show()
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesDialog

public PreferencesDialog(org.eclipse.swt.widgets.Shell parent,
                         PreferencesContainer optionsContainer,
                         EditorConfiguration editorConfiguration)
Parameters:
parent -
Method Detail

setPreferencesContainer

public void setPreferencesContainer(PreferencesContainer preferencesContainer)
Parameters:
optionsContainer - the optionsContainer to set

getPreferencesContainer

public PreferencesContainer getPreferencesContainer()
Returns:
the optionsContainer

show

public void show()