Class ProcessingTypeSelectionWizardPage

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

public class ProcessingTypeSelectionWizardPage extends WizardPage
This class handles the GUI part of the fourth wizard page for measurement specification.
  • Constructor Details

    • ProcessingTypeSelectionWizardPage

      public ProcessingTypeSelectionWizardPage(ProcessingTypeSelectionWizardModel processingTypeSelectionWizardModel)
      The constructor where basic properties are set, e. g. title, description etc.
      Parameters:
      processingTypeSelectionWizardModel - This handles the internal model
  • Method Details