Instances of this class are a collection of WizardCollectionElements,
thereby facilitating the definition of tree structures composed of these
elements. Instances also store a list of wizards.
findChildCollection(IPath searchPath) Returns the wizard collection child object corresponding to the passed
path (relative to this object), or null if such an object
could not be found.
findWizard(String searchId, boolean recursive) Returns this collection's associated wizard object corresponding to the
passed id, or null if such an object could not be found.
Creates a new WizardCollectionElement. Parent can be
null.
Parameters: id - the id Parameters: pluginId - the plugin Parameters: name - the name Parameters: parent - the parent
Returns the wizard category corresponding to the passed
id, or null if such an object could not be found.
This recurses through child categories.
Parameters: id - the id for the child category the category, or null if not found since: 3.1
Returns the wizard collection child object corresponding to the passed
path (relative to this object), or null if such an object
could not be found.
Parameters: searchPath - org.eclipse.core.runtime.IPath WizardCollectionElement
Returns this collection's associated wizard object corresponding to the
passed id, or null if such an object could not be found.
Parameters: searchId - the id to search on Parameters: recursive - whether to search recursivly the element