Class ServiceLevelObjectiveWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.palladiosimulator.measurementsui.wizard.main.ServiceLevelObjectiveWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
public class ServiceLevelObjectiveWizard extends Wizard
This is the wizard for the service level objective creation.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description ServiceLevelObjectiveWizard(boolean createNewSlo, org.palladiosimulator.servicelevelobjective.ServiceLevelObjective slo)
constructor for the wizard
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
void
addPropertyChangeListener(PropertyChangeListener listener)
Adds PropertyChangeListener to the propertyChangeSupportboolean
canFinish()
ServiceLevelObjectiveCreationPage
getPage1()
returns the first wizard page of the service level objective wizardServiceLevelObjectiveMeasurementSelectionPage
getPage2()
returns the second wizard page of the standard set wizardServiceLevelObjectiveThresholdPage
getPage3()
returns the third wizard page of the standard set wizardboolean
performFinish()
void
setPage1(ServiceLevelObjectiveCreationPage page1)
sets the first wizard page of service level objective wizardvoid
setPage2(ServiceLevelObjectiveMeasurementSelectionPage page2)
sets the second wizard page of the standard set wizardvoid
setPage3(ServiceLevelObjectiveThresholdPage page3)
sets the third wizard page of the standard set wizard-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
-
-
-
Method Detail
-
getPage1
public ServiceLevelObjectiveCreationPage getPage1()
returns the first wizard page of the service level objective wizard- Returns:
- first wizardpage
-
setPage1
public void setPage1(ServiceLevelObjectiveCreationPage page1)
sets the first wizard page of service level objective wizard- Parameters:
page1
- first wizard page
-
getPage2
public ServiceLevelObjectiveMeasurementSelectionPage getPage2()
returns the second wizard page of the standard set wizard- Returns:
- second wizardpage
-
setPage2
public void setPage2(ServiceLevelObjectiveMeasurementSelectionPage page2)
sets the second wizard page of the standard set wizard- Parameters:
page2
- second wizard page
-
getPage3
public ServiceLevelObjectiveThresholdPage getPage3()
returns the third wizard page of the standard set wizard- Returns:
- third wizardpage
-
setPage3
public void setPage3(ServiceLevelObjectiveThresholdPage page3)
sets the third wizard page of the standard set wizard- Parameters:
page3
- third wizard page
-
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
Adds PropertyChangeListener to the propertyChangeSupport- Parameters:
listener
- the PropertyChangeListener
-
addPages
public void addPages()
-
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
-
-