Package org.eclipse.ui.internal.cheatsheets.actions

Examples of org.eclipse.ui.internal.cheatsheets.actions.CheatSheetHelpMenuAction


   *
   * @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$
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.cheatsheets.actions.CheatSheetHelpMenuAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.