Class ServiceLevelObjectiveMeasurementSelectionPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveMeasurementSelectionPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage

public class ServiceLevelObjectiveMeasurementSelectionPage extends WizardPage
Wizard page for editing the measurement specification of a Service Level Objective
  • Constructor Details

    • ServiceLevelObjectiveMeasurementSelectionPage

      public ServiceLevelObjectiveMeasurementSelectionPage(SloMeasurementSpecSelectionWizardModel model)
      Constructor for the measurement selection Service Level Objective wizard page
  • Method Details

    • createControl

      public void createControl(Composite parent)
      This method initializes and manages SWT-UI elements for the wizard page.
    • performHelp

      public void performHelp()
      Specified by:
      performHelp in interface IDialogPage
      Overrides:
      performHelp in class DialogPage