Class FinalModelsToMeasuringpointWizardPage

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

public class FinalModelsToMeasuringpointWizardPage extends WizardPage
This is the wizard page for the third and final step of the creation of a wizard page. It needs to be shown if and only if certain elements are selected in the first and second step of the measuring point creation workflow. It creates all necessary ui elements.
  • Constructor Details

    • FinalModelsToMeasuringpointWizardPage

      public FinalModelsToMeasuringpointWizardPage(MeasuringPointSelectionWizardModel selectionWizardModel)
      the constructor with the needed wizard model
      Parameters:
      selectionWizardModel - the needed wizard model
  • Method Details

    • createControl

      public void createControl(Composite parent)
      creates the wizard page to choose the operation signature
    • loadData

      public void loadData()
      loads the data for the tree. It's a separate method because it needs to be delayed, since the loaded data depends on a selection in a previous wizard page
    • getNextPage

      public IWizardPage getNextPage()
      overrides the getNextPage() method of the wizard page to allow a dynamic flow of the wizard pages
      Specified by:
      getNextPage in interface IWizardPage
      Overrides:
      getNextPage in class WizardPage
    • nextPressed

      protected boolean nextPressed()
      performs the operation to add the chosen model to the wizard model
    • performHelp

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