Method Summary |
|
public void | dispose() Dispose of this registry. |
abstract protected void | doInitialize() Perform initialization of this registry. |
public IWizardCategory | findCategory(String id) |
public IWizardDescriptor | findWizard(String id) |
public IWizardDescriptor[] | getPrimaryWizards() |
public IWizardCategory | getRootCategory() |
protected WizardCollectionElement | getWizardElements() Return the wizard elements. |
final protected synchronized void | initialize() Read the contents of the registry if necessary. |
protected void | setPrimaryWizards(WorkbenchWizardElement[] primaryWizards) Set the primary wizards. |
protected void | setWizardElements(WizardCollectionElement wizardElements) Set the wizard elements. |