I need to go over all the views opened in all the existing Perspectives.
I successfully can get the active perspective by
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(); So
far so good.. but when I try to get ALL the perspectives by
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getPages();, I am
surprised to notice that I don't get all the Perspectives but only the
active one again! Is it a bug or is there another way to achieve this?
Any help will be appreciated!