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 void
addPages()
boolean
canFinish()
String
getWindowTitle()
boolean
performFinish()
-
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:
getWindowTitle
in interfaceIWizard
- Overrides:
getWindowTitle
in classWizard
-
canFinish
public boolean canFinish()
-
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
-
-