I want to create an RCP application using view and editor extensions. I have created a view which has a tree view inside. When any object is clicked on this tree view, I want to open an editor on the right side. It will be something like the Eclipse Package Explorer - when you click any Java source file, it is opened in a new editor.
I can create an editor using plugin.xml file but how can i create editors dynamically when tree object is selected?