Class AbstractWizardPage

    • Field Detail

      • settings

        protected org.eclipse.jface.dialogs.IDialogSettings settings
      • restoredFromPreviousSettings

        protected boolean restoredFromPreviousSettings
    • Constructor Detail

      • AbstractWizardPage

        public AbstractWizardPage​(String pageName)
    • Method Detail

      • init

        protected void init​(String pageName)
      • updateStatus

        protected void updateStatus​(String message)
      • initializeDefaultSettings

        protected abstract void initializeDefaultSettings()
      • getPageType

        public abstract int getPageType()
      • getCodegenWizard

        public CodeGenWizard getCodegenWizard()
        a convenient method to get the wizard
        Returns: