Uses of Interface
org.eclipse.ui.IImportWizard
-
Packages that use IImportWizard Package Description org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. -
-
Uses of IImportWizard in org.eclipse.ui.wizards.datatransfer
Classes in org.eclipse.ui.wizards.datatransfer that implement IImportWizard Modifier and Type Class Description class
ExternalProjectImportWizard
Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.class
FileSystemImportWizard
Standard workbench wizard for importing resources from the local file system into the workspace.class
ZipFileImportWizard
Standard workbench wizard for importing resources from a zip file into the workspace.
-