Interface IWizardPanel<W>

    • Method Detail

      • show

        void show()
      • isPreviousEnabled

        boolean isPreviousEnabled()
      • isNextEnabled

        boolean isNextEnabled()
      • isFinishEnabled

        boolean isFinishEnabled()
      • isFinishSelectionOK

        boolean isFinishSelectionOK()
        This method is called when the "finish" button is pressed. It allows operations to be carried out before the "finish" panel is shown.
        Returns:
        true - carry on and show the finish panel; false - operation failed, leave on current panel
      • cancelled

        void cancelled()
      • finish

        void finish()