Class DefaultViewsWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.palladiosimulator.edp2.visualization.wizards.DefaultViewsWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
,INewWizard
,IWorkbenchWizard
@Deprecated public class DefaultViewsWizard extends Wizard implements INewWizard
Deprecated.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description DefaultViewsWizard(IDataSource source)
Deprecated.Constructor assigning the source and assuring the wizard cannot be finished instantly.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addPages()
Deprecated.boolean
canFinish()
Deprecated.void
createPageControls(Composite pageContainer)
Deprecated.ChainDescription
getSelectedDefault()
Deprecated.void
init(IWorkbench workbench, IStructuredSelection selection)
Deprecated.boolean
needsPreviousAndNextButtons()
Deprecated.boolean
performFinish()
Deprecated.void
setFinishable(boolean finishable)
Deprecated.Sets theattribute to the specified value. void
setSelectedDefault(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, setWindowTitle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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 Detail
-
DefaultViewsWizard
public DefaultViewsWizard(IDataSource source)
Deprecated.Constructor assigning the source and assuring the wizard cannot be finished instantly.
-
-
Method Detail
-
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:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
-
addPages
public void addPages()
Deprecated.
-
needsPreviousAndNextButtons
public boolean needsPreviousAndNextButtons()
Deprecated.- Specified by:
needsPreviousAndNextButtons
in interfaceIWizard
- Overrides:
needsPreviousAndNextButtons
in classWizard
-
createPageControls
public void createPageControls(Composite pageContainer)
Deprecated.- Specified by:
createPageControls
in interfaceIWizard
- Overrides:
createPageControls
in classWizard
-
init
public void init(IWorkbench workbench, IStructuredSelection selection)
Deprecated.- Specified by:
init
in interfaceIWorkbenchWizard
-
canFinish
public boolean canFinish()
Deprecated.
-
getSelectedDefault
public ChainDescription getSelectedDefault()
Deprecated.- Returns:
- the selected Default-combination
-
setSelectedDefault
public void setSelectedDefault(ChainDescription selectedDefault)
Deprecated.- Parameters:
selectedDefault
- the selectedDefault to set
-
-