I have many views opened while My Eclipse RCP application is running.Could anyone show me the way how can i get view id(not secondary view id) of currently selected view in my workbench ?
I have many views opened while My Eclipse RCP application is running.Could anyone show
Share
Finally, I got a way to get view ID of currently selected(opened) view in my application’s workbench as following lines of code :
And it was what I was seeking for.