Class StandardSetWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
org.palladiosimulator.measurementsui.wizard.main.StandardSetWizard
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard

public class StandardSetWizard extends org.eclipse.jface.wizard.Wizard
This is the wizard for the standard set creation.
  • Constructor Details

    • StandardSetWizard

      public StandardSetWizard()
      constructor for the wizard
  • Method Details

    • getPage1

      returns the first wizard page of the standard set wizard
      Returns:
      first wizardpage
    • setPage1

      public void setPage1(StandardSetCreationSelectionWizardPage page1)
      sets the first wizard page of the standard set wizard
      Parameters:
      page1 - first wizard page
    • getPage2

      returns the second wizard page of the standard set wizard
      Returns:
      second wizardpage
    • setPage2

      public void setPage2(StandardSetMeasuringPointSelectionWizardPage page2)
      sets the second wizard page of the standard set wizard
      Parameters:
      page2 - second wizard page
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener listener)
      Adds PropertyChangeListener to the propertyChangeSupport
      Parameters:
      listener - the PropertyChangeListener
    • addPages

      public void addPages()
      Specified by:
      addPages in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      addPages in class org.eclipse.jface.wizard.Wizard
    • 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 interface org.eclipse.jface.wizard.IWizard
      Specified by:
      performFinish in class org.eclipse.jface.wizard.Wizard
    • canFinish

      public boolean canFinish()
      Specified by:
      canFinish in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      canFinish in class org.eclipse.jface.wizard.Wizard