Package | Description |
---|---|
org.eclipse.ui.wizards |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IWizardDescriptor |
IWizardRegistry.findWizard(String id)
Find a wizard with the given id.
|
IWizardDescriptor |
IWizardCategory.findWizard(String id)
Find a wizard that has the provided id.
|
IWizardDescriptor[] |
IWizardRegistry.getPrimaryWizards()
Return the wizards that have been designated as "primary".
|
IWizardDescriptor[] |
IWizardCategory.getWizards()
Return the wizards in this category.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.