[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Find view in a different perspective

Hi all,

I would like to find a view located in another perspective different from the perspective where I am.

I've tried with
IWorkbenchWindow[] workbenchs = PlatformUI.getWorkbench().getWorkbenchWindows();


iterating over each WorkbenchWindow and iterating over each page of each WorkbenchWindow but when I do
MyView v = (MyView) page.findView(MyView.ID);


v is always null

It is easy when the view is in the same persp. but in this case I'm not able to find it...

Any suggestion?
Thanks in advance
Raffaele