Uses of Interface
org.eclipse.ui.wizards.IWizardDescriptor
Packages that use IWizardDescriptor
Package
Description
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
-
Uses of IWizardDescriptor in org.eclipse.ui.wizards
Methods in org.eclipse.ui.wizards that return IWizardDescriptorModifier and TypeMethodDescriptionIWizardCategory.findWizard
(String id) Find a wizard that has the provided id.IWizardRegistry.findWizard
(String id) Find a wizard with the given id.IWizardRegistry.getPrimaryWizards()
Return the wizards that have been designated as "primary".IWizardCategory.getWizards()
Return the wizards in this category, minus the wizards which failed the Expressions check.