Examples of FollowHyperlinkAction


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
Copyright © 2018 www.massapi.com. 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.