Uses of Interface
org.eclipse.ui.wizards.IWizardDescriptor
-
Packages that use IWizardDescriptor Package Description org.eclipse.ui.wizards 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 IWizardDescriptor Modifier and Type Method Description IWizardDescriptorIWizardCategory. findWizard(String id)Find a wizard that has the provided id.IWizardDescriptorIWizardRegistry. findWizard(String id)Find a wizard with the given id.IWizardDescriptor[]IWizardRegistry. getPrimaryWizards()Return the wizards that have been designated as "primary".IWizardDescriptor[]IWizardCategory. getWizards()Return the wizards in this category, minus the wizards which failed the Expressions check.
-