Package org.eclipse.ui.navigator

Examples of org.eclipse.ui.navigator.CommonNavigator.selectReveal()


        target = new StructuredSelection(cdf);
      }
      //select and reveal the cdf in the navigator
//      CommonViewer viewer = toolNavigator.getCommonViewer();
//      viewer.expandToLevel(target, 1);
      toolNavigator.selectReveal(target);
      if (cdf!=null){
        //now open it in the cdf editor
        IEditorInput editorInput = new FileEditorInput(cdf);
        //invoke the editor
        page.openEditor(editorInput, ClassEditor.ID);
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.