de.cau.cs.kieler.sim.kiem.automated.ui.ui
Class AutomatedExecutionWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by de.cau.cs.kieler.sim.kiem.automated.ui.ui.AutomatedExecutionWizard
All Implemented Interfaces:
IWizard

public class AutomatedExecutionWizard
extends Wizard

The wizard for setting up the automated execution.

Rating proposed yellow
(2010-01-29)

Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
AutomatedExecutionWizard()
          Creates a new AutomatedExecutionWizard.
 
Method Summary
 void addPages()
          
 IPath[] getExecutionFiles()
          Getter for the execution files.
 List<IPath> getModelFiles()
          Getter for the model files.
 List<KiemProperty> getProperties()
          Getter for the properties.
 boolean performCancel()
          
 boolean performFinish()
          
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, 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
 

Constructor Detail

AutomatedExecutionWizard

public AutomatedExecutionWizard()
Creates a new AutomatedExecutionWizard.

Method Detail

addPages

public void addPages()

Specified by:
addPages in interface IWizard
Overrides:
addPages in class Wizard

performCancel

public boolean performCancel()

Specified by:
performCancel in interface IWizard
Overrides:
performCancel in class Wizard

performFinish

public boolean performFinish()

Specified by:
performFinish in interface IWizard
Specified by:
performFinish in class Wizard

getExecutionFiles

public IPath[] getExecutionFiles()
Getter for the execution files.

Returns:
the execution files.

getModelFiles

public List<IPath> getModelFiles()
Getter for the model files.

Returns:
the model files

getProperties

public List<KiemProperty> getProperties()
Getter for the properties.

Returns:
the properties