Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.wizards
Interface IWizardRegistry


public interface IWizardRegistry

A registry describing all wizard extensions known to the workbench.

This interface is not intended to be implemented by clients.

Since:
3.1
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
  IWizardCategory findCategory ( String id)
          Find the category with the given id.
  IWizardDescriptor findWizard ( String id)
          Find a wizard with the given id.
  IWizardDescriptor[] getPrimaryWizards ()
          Return the wizards that have been designated as "primary".
  IWizardCategory getRootCategory ()
          Return the root category.
 

Method Detail

findWizard


IWizardDescriptor findWizard(
String id)
Find a wizard with the given id.

Parameters:
id - the id to search for
Returns:
the wizard descriptor matching the given id or null

getPrimaryWizards


IWizardDescriptor[] getPrimaryWizards()
Return the wizards that have been designated as "primary".

Returns:
the primary wizard descriptors. Never null.

findCategory


IWizardCategory findCategory(
String id)
Find the category with the given id.

Parameters:
id - the id of the category to search for
Returns:
the category matching the given id or null

getRootCategory


IWizardCategory getRootCategory()
Return the root category.

Returns:
the root category. Never null.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire