Class StandardSetWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.palladiosimulator.measurementsui.wizard.main.StandardSetWizard
- All Implemented Interfaces:
IShellProvider
,IWizard
This is the wizard for the standard set creation.
-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPages()
void
Adds PropertyChangeListener to the propertyChangeSupportboolean
org.palladiosimulator.measurementsui.wizard.pages.StandardSetCreationSelectionWizardPage
getPage1()
returns the first wizard page of the standard set wizardorg.palladiosimulator.measurementsui.wizard.pages.StandardSetMeasuringPointSelectionWizardPage
getPage2()
returns the second wizard page of the standard set wizardboolean
Retrieves all elements from the list, adds metric descriptions to it and saves it to the respective filesvoid
setPage1
(org.palladiosimulator.measurementsui.wizard.pages.StandardSetCreationSelectionWizardPage page1) sets the first wizard page of the standard set wizardvoid
setPage2
(org.palladiosimulator.measurementsui.wizard.pages.StandardSetMeasuringPointSelectionWizardPage page2) sets the second 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
-
StandardSetWizard
public StandardSetWizard()constructor for the wizard
-
-
Method Details
-
getPage1
public org.palladiosimulator.measurementsui.wizard.pages.StandardSetCreationSelectionWizardPage getPage1()returns the first wizard page of the standard set wizard- Returns:
- first wizardpage
-
setPage1
public void setPage1(org.palladiosimulator.measurementsui.wizard.pages.StandardSetCreationSelectionWizardPage page1) sets the first wizard page of the standard set wizard- Parameters:
page1
- first wizard page
-
getPage2
public org.palladiosimulator.measurementsui.wizard.pages.StandardSetMeasuringPointSelectionWizardPage getPage2()returns the second wizard page of the standard set wizard- Returns:
- second wizardpage
-
setPage2
public void setPage2(org.palladiosimulator.measurementsui.wizard.pages.StandardSetMeasuringPointSelectionWizardPage page2) sets the second wizard page of the standard set wizard- Parameters:
page2
- second wizard page
-
addPropertyChangeListener
Adds PropertyChangeListener to the propertyChangeSupport- Parameters:
listener
- the PropertyChangeListener
-
addPages
public void addPages() -
performFinish
public boolean performFinish()Retrieves all elements from the list, adds metric descriptions to it and saves it to the respective files- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
-
canFinish
public boolean canFinish()
-