Package | Description |
---|---|
org.eclipse.ui.wizards |
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
|
Modifier and Type | Method and Description |
---|---|
IWizardDescriptor |
IWizardCategory.findWizard(String id)
Find a wizard that has the provided id.
|
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.getWizards()
Return the wizards in this category, minus the wizards which failed
the Expressions check.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.