Package org.eclipse.ui.internal.console

Examples of org.eclipse.ui.internal.console.FollowHyperlinkAction


    menuManager.add((IAction)fGlobalActions.get(ActionFactory.PASTE.getId()));
    menuManager.add((IAction)fGlobalActions.get(ActionFactory.SELECT_ALL.getId()));
   
    menuManager.add(new Separator("FIND")); //$NON-NLS-1$
    menuManager.add((IAction)fGlobalActions.get(ActionFactory.FIND.getId()));
    menuManager.add(new FollowHyperlinkAction(fViewer));
    menuManager.add(fClearOutputAction);
   
    menuManager.add(new Separator(IWorkbenchActionConstants.MB_ADDITIONS));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.console.FollowHyperlinkAction

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.