|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWizardRegistry
A registry describing all wizard extensions known to the workbench.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
IWizardCategory |
findCategory(java.lang.String id)
Find the category with the given id. |
IWizardDescriptor |
findWizard(java.lang.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. |
Method Detail |
---|
IWizardDescriptor findWizard(java.lang.String id)
id
- the id to search for
null
IWizardDescriptor[] getPrimaryWizards()
null
.IWizardCategory findCategory(java.lang.String id)
id
- the id of the category to search for
null
IWizardCategory getRootCategory()
null
.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.