Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Dynamically open a view
Dynamically open a view [message #40223] Wed, 11 October 2006 17:16 Go to next message
Eclipse UserFriend
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 18:31 Go to previous message
Erkki Lindpere is currently offline Erkki LindpereFriend
Messages: 90
Registered: July 2009
Member
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
>
>
Previous Topic:Board Minutes?
Next Topic:Mylar Webinar
Goto Forum:
  


Current Time: Fri Apr 26 05:09:37 GMT 2024

Powered by FUDForum. Page generated in 0.03034 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top