Package org.eclipse.ui
Interface IImportWizard
- All Superinterfaces:
- IWizard,- IWorkbenchWizard
- All Known Implementing Classes:
- ExternalProjectImportWizard,- FileSystemImportWizard,- ZipFileImportWizard
Interface for import wizards.
 
 Clients should implement this interface and include the name of their class
 in a wizard contributed to the workbench's import wizard extension point
 (named "org.eclipse.ui.importWizards"). For example, the
 plug-in's XML markup might contain:
 
 <extension point="org.eclipse.ui.importWizards">
   <wizard
       id="com.example.myplugin.blob"
       name="Blob File"
       class="com.example.myplugin.BlobFileImporter"
       icon="icons/import_blob_wiz.gif">
     <description>Import resources from a BLOB file</description>
     <selection class="org.eclipse.core.resources.IResource" />
   </wizard>
 </extension>
 - See Also:
- 
Method SummaryMethods inherited from interface org.eclipse.jface.wizard.IWizardaddPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainerMethods inherited from interface org.eclipse.ui.IWorkbenchWizardinit