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