I have a tree view that is acting as a selection provider. In response to different types of selected items I would like to show a view. (Instantiate it is needed).
Can I do this by VIEW_ID and the workbench getViewRegistry?
|
|
I have a tree view that is acting as a selection provider. In response to different types of selected items I would like to show a view. (Instantiate it is needed). Can I do this by VIEW_ID and the workbench getViewRegistry?
|
||
|
|
|
|
The basic technique is described best by the article Something like:
should be able to open/create the view |
||
|
|
|
|
this is a dup of http://stackoverflow.com/questions/171824/programmatically-showing-a-view-from-an-eclipse-plug-in - you can find the answer there |
||
|
|