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