Dynamically open a view [message #40223] |
Wed, 11 October 2006 13:16  |
Eclipse User |
|
|
|
Originally posted by: jsk_lam.hotmail.com
Hi,
I need to open a view (e.g. Navigator, Console, Properties, Error log, etc.)
dynamically from my java code. Could someone please show me the way
or API that I can call to accomplish that? Thanks
sl
|
|
|
Re: Dynamically open a view [message #40240 is a reply to message #40223] |
Wed, 11 October 2006 14:31  |
Eclipse User |
|
|
|
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().showView(viewId);
But you should ask these questions either in eclipse.newcomer or
eclipse.platform newsgroups, this group is for Eclipse Foundation
related discussions.
sl wrote:
> Hi,
>
> I need to open a view (e.g. Navigator, Console, Properties, Error log, etc.)
> dynamically from my java code. Could someone please show me the way
> or API that I can call to accomplish that? Thanks
>
> sl
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04626 seconds