Package org.eclipse.ui.wizards
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support. See the org.eclipse.ui.wizards extension
point.
Package Specification
This package provides application programming interfaces for support for wizards such as registries, categories and descriptors. These types are used to build wizard selection interfaces such as the new, import and export wizards.-
Interface Summary Interface Description IWizardCategory A wizard category may contain other categories or wizard elements.IWizardDescriptor Base interface for all wizards defined via workbench extension points.IWizardRegistry A registry describing all wizard extensions known to the workbench.