I am currently developing an eclipse plugin that analyzes dependencies and links between projects in the Eclipse workspace and displays them in a native view in a diagram similar to UML.
To increase the usefulness of my plugin, I want to add interactivity to the diagram, allowing users to open the project in the package explorer, and, if applicable, open it in the editor by clicking on the displayed graph.
However, my problem is that although I know how to get the given selection from the package explorer, I could not find a way to change the selection or simply open the project in the software package programmatically.
Does anyone have a solution to this problem?
Dragondraikk
source share