Class ServiceLevelObjectiveCreationPage

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

public class ServiceLevelObjectiveCreationPage extends WizardPage
Wizard page for the creation of service level objectives. This is the first page on which you choose the name and the description for the new Service Level Objective.
  • Constructor Details

    • ServiceLevelObjectiveCreationPage

      public ServiceLevelObjectiveCreationPage(SloCreationWizardModel model)
      constructor for the first service level objective wizardpage
      Parameters:
      pageName - name of the wizardpage
  • 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