[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.platform.rcp] Find view in a different perspective
From
:
gamby1980@xxxxxxxxx
(Raffaele Gambelli)
Date
: Sat, 20 Jun 2009 13:27:43 +0000 (UTC)
Newsgroups
:
eclipse.platform.rcp
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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
Follow-Ups
:
[news.eclipse.platform.rcp] Re: Find view in a different perspective
From:
Paul Webster
Prev by Date:
[news.eclipse.platform.rcp] application installer
Next by Date:
[news.eclipse.platform.rcp] Re: application installer
Previous by thread:
[news.eclipse.platform.rcp] application installer
Next by thread:
[news.eclipse.platform.rcp] Re: Find view in a different perspective
Index(es):
Date
Thread