|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.wizards.CWizardRegistry
public class CWizardRegistry
Convenience class for drop-in C/C++ Wizard contributions.
Constructor Summary | |
---|---|
CWizardRegistry()
|
Method Summary | |
---|---|
static org.eclipse.core.runtime.IConfigurationElement[] |
getAllWizardElements()
Returns extension data for all the C/C++ wizards contributed to the workbench. |
static org.eclipse.jface.action.IAction[] |
getFileWizardActions()
|
static org.eclipse.core.runtime.IConfigurationElement[] |
getFileWizardElements()
Returns extension data for all the C/C++ file wizards contributed to the workbench. |
static java.lang.String[] |
getFileWizardIDs()
Returns IDs of all C/C++ file wizards contributed to the workbench. |
static org.eclipse.jface.action.IAction[] |
getFolderWizardActions()
|
static org.eclipse.core.runtime.IConfigurationElement[] |
getFolderWizardElements()
Returns extension data for all the C/C++ folder wizards contributed to the workbench. |
static java.lang.String[] |
getFolderWizardIDs()
Returns IDs of all C/C++ folder wizards contributed to the workbench. |
static org.eclipse.jface.action.IAction[] |
getProjectWizardActions()
|
static org.eclipse.core.runtime.IConfigurationElement[] |
getProjectWizardElements()
Returns extension data for all the C/C++ project wizards contributed to the workbench. |
static java.lang.String[] |
getProjectWizardIDs()
Returns IDs of all C/C++ project wizards contributed to the workbench. |
static org.eclipse.jface.action.IAction[] |
getTypeWizardActions()
|
static org.eclipse.core.runtime.IConfigurationElement[] |
getTypeWizardElements()
Returns extension data for all the C/C++ type wizards contributed to the workbench. |
static java.lang.String[] |
getTypeWizardIDs()
Returns IDs of all C/C++ type wizards contributed to the workbench. |
static boolean |
isCCProjectWizard(org.eclipse.core.runtime.IConfigurationElement element)
Checks if wizard supports C++ project. |
static boolean |
isCProjectWizard(org.eclipse.core.runtime.IConfigurationElement element)
Checks if wizard supports C projects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CWizardRegistry()
Method Detail |
---|
public static boolean isCProjectWizard(org.eclipse.core.runtime.IConfigurationElement element)
element
- the wizard element
true
if the given wizard element applies to a C Projectpublic static boolean isCCProjectWizard(org.eclipse.core.runtime.IConfigurationElement element)
element
- the wizard element
true
if the given wizard element applies to a C++ Projectpublic static java.lang.String[] getProjectWizardIDs()
public static org.eclipse.core.runtime.IConfigurationElement[] getProjectWizardElements()
public static org.eclipse.jface.action.IAction[] getProjectWizardActions()
public static java.lang.String[] getTypeWizardIDs()
public static org.eclipse.core.runtime.IConfigurationElement[] getTypeWizardElements()
public static org.eclipse.jface.action.IAction[] getTypeWizardActions()
public static java.lang.String[] getFileWizardIDs()
public static org.eclipse.core.runtime.IConfigurationElement[] getFileWizardElements()
public static org.eclipse.jface.action.IAction[] getFolderWizardActions()
public static java.lang.String[] getFolderWizardIDs()
public static org.eclipse.core.runtime.IConfigurationElement[] getFolderWizardElements()
public static org.eclipse.jface.action.IAction[] getFileWizardActions()
public static org.eclipse.core.runtime.IConfigurationElement[] getAllWizardElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |