I writed a plugin with prefuse integrated in the view (org.eclipse.ui.views). As a second step, I writed and added a command menu into the context menu of the Package Explorer. When I right click on any package in the Explorer Package View it shows me the menu. When I click on it, the Handler class of the command saves all the Java class paths from the package into a List. My problem is now, how can I pass the updated List to the view where my prefuse class is initialized. I forgot to mention that this is the first time I am writing a eclipse plugin.May be there is a better way to do that.
Thanks