I have created a Eclipse plugin application, in which there are many secondary views created at runtime for a single static view. In the menu 'Window-> Show View', only the entry for the view statically created in the plugin.xml is displayed.
But the view that is created statically is useless in terms of showing results because the results are shown dynamically at runtime in the secondary views.
So, I want to display those secondary view in the menu 'Window->Show VIew' and remove the entry for that static view from there.
Is it possible to do the same? If yes, any suggestion in this will be very helpful.
Thanks in advance, Abhinav