Interface IImportWizardPage

  • All Superinterfaces:
    org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.wizard.IWizardPage
    All Known Implementing Classes:
    AbstractDtImportWizardPage

    public interface IImportWizardPage
    extends org.eclipse.jface.wizard.IWizardPage
    Interface of main import wizard page.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.core.runtime.IStatus finish()
      Execute configured import operation.
      • 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

        org.eclipse.core.runtime.IStatus finish()
        Execute configured import operation. Returns import execution status:
        • OK status if import was successful.
        • CANCEL status if import was cancelled.
        • ERROR status with exception and error description if an error was occurred.
        Returns:
        the status of execution, never null