Class 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 Detail

      • FinalModelsToMeasuringpointWizardPage

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

      • 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
      • nextPressed

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