de.cau.cs.kieler.kev.ui
Class OpenWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by de.cau.cs.kieler.kev.ui.OpenWizard
All Implemented Interfaces:
IWizard

public class OpenWizard
extends Wizard

Rating red

Field Summary
static String DEFAULT_IMAGE
          Entry in preference store for saving the default image.
static String IMAGE_EXTENSION_POINT_ID
          Name of extension point for images.
static String LOAD_STARTUP
          Entry in preference store for saving the load at startup flag.
 
Constructor Summary
OpenWizard()
          Opens a mapping file and its corresponding SVG image.
 
Method Summary
 void finishAndDispose()
          Calls performFinish and tries to close the dialog, if it was set before.
 boolean performFinish()
           
 void setParentDialog(WizardDialog parentDialog)
          The parent dialog.
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE_EXTENSION_POINT_ID

public static final String IMAGE_EXTENSION_POINT_ID
Name of extension point for images.

See Also:
Constant Field Values

DEFAULT_IMAGE

public static final String DEFAULT_IMAGE
Entry in preference store for saving the default image.

See Also:
Constant Field Values

LOAD_STARTUP

public static final String LOAD_STARTUP
Entry in preference store for saving the load at startup flag.

See Also:
Constant Field Values
Constructor Detail

OpenWizard

public OpenWizard()
Opens a mapping file and its corresponding SVG image.

Method Detail

performFinish

public boolean performFinish()
Specified by:
performFinish in interface IWizard
Specified by:
performFinish in class Wizard

finishAndDispose

public void finishAndDispose()
Calls performFinish and tries to close the dialog, if it was set before.

See Also:
performFinish(), setParentDialog(WizardDialog parentDialog)

setParentDialog

public void setParentDialog(WizardDialog parentDialog)
The parent dialog.