Class ServiceLevelObjectiveWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.palladiosimulator.measurementsui.wizard.main.ServiceLevelObjectiveWizard
- All Implemented Interfaces:
IShellProvider,IWizard
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
ConstructorsConstructorDescriptionServiceLevelObjectiveWizard(boolean createNewSlo, org.palladiosimulator.servicelevelobjective.ServiceLevelObjective slo) constructor for the wizard -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPages()voidAdds PropertyChangeListener to the propertyChangeSupportbooleanorg.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveCreationPagegetPage1()returns the first wizard page of the service level objective wizardorg.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveMeasurementSelectionPagegetPage2()returns the second wizard page of the standard set wizardorg.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveThresholdPagegetPage3()returns the third wizard page of the standard set wizardbooleanvoidsetPage1(org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveCreationPage page1) sets the first wizard page of service level objective wizardvoidsetPage2(org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveMeasurementSelectionPage page2) sets the second wizard page of the standard set wizardvoidsetPage3(org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveThresholdPage page3) sets the third wizard page of the standard set wizardMethods 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
-
Constructor Details
-
ServiceLevelObjectiveWizard
public ServiceLevelObjectiveWizard(boolean createNewSlo, org.palladiosimulator.servicelevelobjective.ServiceLevelObjective slo) constructor for the wizard- Parameters:
createNewSlo-selection-
-
-
Method Details
-
getPage1
public org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveCreationPage getPage1()returns the first wizard page of the service level objective wizard- Returns:
- first wizardpage
-
setPage1
public void setPage1(org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveCreationPage page1) sets the first wizard page of service level objective wizard- Parameters:
page1- first wizard page
-
getPage2
public org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveMeasurementSelectionPage getPage2()returns the second wizard page of the standard set wizard- Returns:
- second wizardpage
-
setPage2
public void setPage2(org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveMeasurementSelectionPage page2) sets the second wizard page of the standard set wizard- Parameters:
page2- second wizard page
-
getPage3
public org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveThresholdPage getPage3()returns the third wizard page of the standard set wizard- Returns:
- third wizardpage
-
setPage3
public void setPage3(org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveThresholdPage page3) sets the third wizard page of the standard set wizard- Parameters:
page3- third wizard page
-
addPropertyChangeListener
Adds PropertyChangeListener to the propertyChangeSupport- Parameters:
listener- the PropertyChangeListener
-
addPages
public void addPages() -
performFinish
public boolean performFinish()- Specified by:
performFinishin interfaceIWizard- Specified by:
performFinishin classWizard
-
canFinish
public boolean canFinish()
-