Redirecting to new Page [message #543661] |
Wed, 30 June 2010 04:52  |
Eclipse User |
|
|
|
Hi All,
I'm having scenario as after clicking search button the result has to display in different view. As I am new to RCP development,I'm facing problem in redirecting the result to new view. So how to call from button listener to get new view with search result.
Any help in this regard is appreciated.
Thank you,
|
|
|
Re: Redirecting to new Page [message #545761 is a reply to message #543661] |
Thu, 08 July 2010 20:14  |
Eclipse User |
|
|
|
Hi,
Try
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().showView(viewId)
This will return the view. You can add an init method to the view to inject
the info you want to show.
Regards,
Wim
> Hi All,
>
> I'm having scenario as after clicking search button the result has to
display in different view. As I am new to RCP development,I'm facing problem
in redirecting the result to new view. So how to call from button listener to
get new view with search result.
>
> Any help in this regard is appreciated.
>
> Thank you,
|
|
|
Powered by
FUDForum. Page generated in 0.05600 seconds