|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(String id)
Find a wizard that has the provided id. |
IWizardCategory[] |
getCategories()
Return the immediate child categories. |
String |
getId()
Return the identifier of this category. |
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 |
public 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
public IWizardDescriptor findWizard(String id)
id
- the id to search for
null
public IWizardCategory[] getCategories()
null
.public String getId()
public String getLabel()
public IWizardCategory getParent()
null
.public IPath getPath()
public IWizardDescriptor[] getWizards()
null
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.