Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7827063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:42:22+00:00 2026-06-02T09:42:22+00:00

I have a plugin which creates a new view. In my view I display

  • 0

I have a plugin which creates a new view. In my view I display certain information about certain Java classes in the project. I want to allow the user to double click on a class in my view and when s/he does, I want to open that class for editing in the editor. Basically similarly to what the Hierarchy View does: it displays the tree of classes and when the user double-clicks on one of them, it goes into the editor. How do I do that if what I have is an object of type IType?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T09:42:23+00:00Added an answer on June 2, 2026 at 9:42 am

    I will be showing a high-level implementation for your requirement. You have to do following steps.

    • first you have to do entry in Plugin.xml for the class which extends
      viewPart and editorPart for a view and editor respectively.
    • for the hierarchy view, you have to load the information with a tree structure in
      ViewPart.
    • On a node’s double click Listener you have to open the editor.

    To open a file in the editor, use the following code to open the editor.

     if (fileToOpen.exists() && fileToOpen.isFile()) {
         String path = //Path for that to file to open;
         IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
         URI fromString = org.eclipse.core.runtime.URIUtil.fromString("file://" + path);
         try {
             IEditorPart openEditor = IDE.openEditor(page, fromString, Editor.ID, true);
             IEditorInput editorInput = openEditor.getEditorInput();
             //editorInput.
         } catch ( PartInitException e ) {
             //Put your exception handler here if you wish to.
         }
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created an Eclipse plugin which creates a view in Eclipse. Currently it
I have this plugin advImage which I use in tinyMce. I want the user
I have a project in which I used maven fail-safe plugin to run the
I have created a plugin project in eclipse to create a new category and
I have a engine style Rails plugin from which I can create a gem
Hi I have a plugin.dll which contains this all npp functions I have embeded
I have a custom jQuery plugin which binds a change event to a form
Is there a firefox plugin which functions as an SVN client? I have checked
I have a jcycle plugin on a number of divs which are testimonials. Basically
http://demo.thethemefoundry.com/traction/#post-183 Which wordpress plugin is this, to have post image on the left side

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.