Uses of Interface
org.eclipse.ui.IWorkbenchWizard
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
Provides the standard wizards for creating files,
folders, and projects in the workspace.
-
Uses of IWorkbenchWizard in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
Interface for export wizards.interface
Interface for import wizards.interface
Interface for creation wizards. -
Uses of IWorkbenchWizard in org.eclipse.ui.wizards
-
Uses of IWorkbenchWizard in org.eclipse.ui.wizards.datatransfer
Modifier and TypeClassDescriptionclass
Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.class
Standard workbench wizard for exporting resources from the workspace to the local file system.class
Standard workbench wizard for importing resources from the local file system into the workspace.class
Standard workbench wizard for exporting resources from the workspace to a zip file.class
Standard workbench wizard for importing resources from a zip file into the workspace. -
Uses of IWorkbenchWizard in org.eclipse.ui.wizards.newresource
Modifier and TypeClassDescriptionclass
Standard workbench wizard that create a new file resource in the workspace.class
Standard workbench wizard that create a new folder resource in the workspace.class
Standard workbench wizard that creates a new project resource in the workspace.class
Abstract base implementation of the standard workbench wizards that create new resources in the workspace.