Class DefaultViewsWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.palladiosimulator.edp2.visualization.wizards.DefaultViewsWizard
- All Implemented Interfaces:
IShellProvider,IWizard,INewWizard,IWorkbenchWizard
Deprecated.
-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultViewsWizard(IDataSource source) Deprecated.Constructor assigning the source and assuring the wizard cannot be finished instantly. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPages()Deprecated.booleanDeprecated.voidcreatePageControls(Composite pageContainer) Deprecated.Deprecated.voidinit(IWorkbench workbench, IStructuredSelection selection) Deprecated.booleanDeprecated.booleanDeprecated.voidsetFinishable(boolean finishable) Deprecated.Sets theattribute to the specified value. voidsetSelectedDefault(ChainDescription selectedDefault) Deprecated.Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.wizard.IWizard
dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsProgressMonitor, performCancel, setContainer
-
Constructor Details
-
DefaultViewsWizard
Deprecated.Constructor assigning the source and assuring the wizard cannot be finished instantly.
-
-
Method Details
-
setFinishable
public void setFinishable(boolean finishable) Deprecated.Sets theattribute to the specified value. - Parameters:
finishable- a boolean value
-
performFinish
public boolean performFinish()Deprecated.- Specified by:
performFinishin interfaceIWizard- Specified by:
performFinishin classWizard
-
addPages
public void addPages()Deprecated. -
needsPreviousAndNextButtons
public boolean needsPreviousAndNextButtons()Deprecated.- Specified by:
needsPreviousAndNextButtonsin interfaceIWizard- Overrides:
needsPreviousAndNextButtonsin classWizard
-
createPageControls
Deprecated.- Specified by:
createPageControlsin interfaceIWizard- Overrides:
createPageControlsin classWizard
-
init
Deprecated.- Specified by:
initin interfaceIWorkbenchWizard
-
canFinish
public boolean canFinish()Deprecated. -
getSelectedDefault
Deprecated.- Returns:
- the selected Default-combination
-
setSelectedDefault
Deprecated.- Parameters:
selectedDefault- the selectedDefault to set
-