public interface IWizardRegistry
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
IWizardCategory |
findCategory(String id)
Find the category with the given id.
|
IWizardDescriptor |
findWizard(String id)
Find a wizard with the given id.
|
IWizardDescriptor[] |
getPrimaryWizards()
Return the wizards that have been designated as "primary".
|
IWizardCategory |
getRootCategory()
Return the root category.
|
IWizardDescriptor findWizard(String id)
id
- the id to search fornull
IWizardDescriptor[] getPrimaryWizards()
null
.IWizardCategory findCategory(String id)
id
- the id of the category to search fornull
IWizardCategory getRootCategory()
null
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.