public interface IWizardCategory
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
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, minus the wizards which failed
the Expressions check.
|
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 pathnull
IWizardDescriptor findWizard(String id)
id
- the id to search fornull
IWizardCategory[] getCategories()
null
.String getId()
String getLabel()
IWizardCategory getParent()
null
.IPath getPath()
IWizardDescriptor[] getWizards()
null
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.