Class MonitorCreationWizardPage

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

public class MonitorCreationWizardPage extends WizardPage
This class handles the first wizard page for creating a new monitor.
  • Constructor Details

    • MonitorCreationWizardPage

      public MonitorCreationWizardPage(MonitorCreationWizardModel model)
      Constructor, sets basic attributes for the wizard page like title, description etc.
      Parameters:
      model - the model object which manages the internal model for this wizard page
  • Method Details