Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Automatically switch view?
Automatically switch view? [message #435404] Wed, 17 August 2005 17:03 Go to next message
EJ Blom is currently offline EJ BlomFriend
Messages: 24
Registered: July 2009
Junior Member
Assuming I have an RCP of 2 different views and the focus is set on view 1.
Some calculations are being performed and are displayed in view 2. Is it
possible
to automatically switch to view 2 after this calculation?
Re: Automatically switch view? [message #435406 is a reply to message #435404] Wed, 17 August 2005 17:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stoebener.n.t-online.de

getSite().getPage().showView(DataView.ID_VIEW);

Evert-Jan Blom schrieb:
> Assuming I have an RCP of 2 different views and the focus is set on view 1.
> Some calculations are being performed and are displayed in view 2. Is it
> possible
> to automatically switch to view 2 after this calculation?
>
>
Re: Automatically switch view? [message #435420 is a reply to message #435406] Wed, 17 August 2005 19:28 Go to previous message
EJ Blom is currently offline EJ BlomFriend
Messages: 24
Registered: July 2009
Junior Member
"Norman" <stoebener.n@t-online.de> wrote in message
news:ddvrqn$krr$1@news.eclipse.org...
> getSite().getPage().showView(DataView.ID_VIEW);

Thanks, worked out fine!

EJ
Previous Topic:Re: how to remove unwanted menu items from resource navigator view
Next Topic:Searching Help
Goto Forum:
  


Current Time: Sun Dec 08 19:45:29 GMT 2024

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

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

Back to the top