*
* @see org.eclipse.core.runtime.IExecutableExtensionFactory#create()
*/
public Object create() throws CoreException {
if (HELP_MENU_ACTION.equals(id))
return configure(new CheatSheetHelpMenuAction());
throw new CoreException(new Status(IStatus.ERROR,
"org.eclipse.ui.cheatsheets", //$NON-NLS-1$
0, "Unknown id in data argument for " + getClass(), null)); //$NON-NLS-1$
}