Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.wizards.IWizardDescriptor

Packages that use IWizardDescriptor
org.eclipse.ui.wizards Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
 

Uses of IWizardDescriptor in org.eclipse.ui.wizards
 

Methods in org.eclipse.ui.wizards that return IWizardDescriptor
 IWizardDescriptor IWizardRegistry.findWizard(String id)
          Find a wizard with the given id.
 IWizardDescriptor[] IWizardRegistry.getPrimaryWizards()
          Return the wizards that have been designated as "primary".
 IWizardDescriptor IWizardCategory.findWizard(String id)
          Find a wizard that has the provided id.
 IWizardDescriptor[] IWizardCategory.getWizards()
          Return the wizards in this category.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.