Class BatchFileExportWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.palladiosimulator.edp2.ui.wizards.BatchFileExportWizard
-
- All Implemented Interfaces:
IShellProvider,IWizard
public class BatchFileExportWizard extends Wizard
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description BatchFileExportWizard(Repository exportedRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPages()booleancanFinish()StringgetWindowTitle()booleanperformFinish()-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
-
-
-
Constructor Detail
-
BatchFileExportWizard
public BatchFileExportWizard(Repository exportedRepository)
-
-
Method Detail
-
addPages
public void addPages()
-
getWindowTitle
public String getWindowTitle()
- Specified by:
getWindowTitlein interfaceIWizard- Overrides:
getWindowTitlein classWizard
-
canFinish
public boolean canFinish()
-
performFinish
public boolean performFinish()
- Specified by:
performFinishin interfaceIWizard- Specified by:
performFinishin classWizard
-
-