Package org.eclipse.ui.internal.navigator.extensions

Examples of org.eclipse.ui.internal.navigator.extensions.LinkHelperService


  private CommonNavigator commonNavigator;
  private LinkHelperService linkService;
  public UpdateSelectionJob(CommonNavigator commonNavigator) {
    super("Updating Selection Job"); // TODO
    this.commonNavigator = commonNavigator;
    linkService = new LinkHelperService((NavigatorContentService)commonNavigator.getCommonViewer().getNavigatorContentService());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.navigator.extensions.LinkHelperService

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.