|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWizardCategory
A wizard category may contain other categories or wizard elements.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
IWizardCategory |
findCategory(IPath path)
Returns the category child object corresponding to the passed path (relative to this object), or null if such an object could
not be found. |
IWizardDescriptor |
findWizard(java.lang.String id)
Find a wizard that has the provided id. |
IWizardCategory[] |
getCategories()
Return the immediate child categories. |
java.lang.String |
getId()
Return the identifier of this category. |
java.lang.String |
getLabel()
Return the label for this category. |
IWizardCategory |
getParent()
Return the parent category. |
IPath |
getPath()
Return this wizards path. |
IWizardDescriptor[] |
getWizards()
Return the wizards in this category. |
Method Detail |
---|
IWizardCategory findCategory(IPath path)
null
if such an object could
not be found. The segments of this path should correspond to category ids.
path
- the search path
null
IWizardDescriptor findWizard(java.lang.String id)
id
- the id to search for
null
IWizardCategory[] getCategories()
null
.java.lang.String getId()
java.lang.String getLabel()
IWizardCategory getParent()
null
.IPath getPath()
IWizardDescriptor[] getWizards()
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.