Interface IExportWizardPage

  • All Superinterfaces:
    org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.wizard.IWizardPage

    public interface IExportWizardPage
    extends org.eclipse.jface.wizard.IWizardPage
    Interface of primary export wizard page
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean finish()
      The Finish button was pressed.
      void setSelection​(IStructuredSelection selection)
      Set selection
      • Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage

        createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
      • Methods inherited from interface org.eclipse.jface.wizard.IWizardPage

        canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
    • Method Detail

      • finish

        boolean finish()
        The Finish button was pressed. Try to do the required work now and answer a boolean indicating success. If false is returned then the wizard will not close.
        Returns:
        boolean