Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » ho to reset a perspective programatically
ho to reset a perspective programatically [message #217003] Sun, 28 March 2004 13:38 Go to next message
Eclipse UserFriend
Hi, i'd like to reset a perspective i use from my code, following a user's
action, is there a way to reset the perspective (same thing as done via the
Window->Reset Perspective menu item).

thanks
Yoav
Re: ho to reset a perspective programatically [message #217150 is a reply to message #217003] Mon, 29 March 2004 00:19 Go to previous messageGo to next message
Eclipse UserFriend
try using
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().resetPe
rspective();

HTH

Vishal

"Yoav Rubin" <yoav@il.ibm.com> wrote in message
news:c475sj$6vv$1@eclipse.org...
> Hi, i'd like to reset a perspective i use from my code, following a user's
> action, is there a way to reset the perspective (same thing as done via
the
> Window->Reset Perspective menu item).
>
> thanks
> Yoav
>
>
Re: ho to reset a perspective programatically [message #217511 is a reply to message #217150] Mon, 29 March 2004 11:44 Go to previous message
Eclipse UserFriend
Thanks, it did the work
Yoav
"Vishal Khandelwal" <vishal_khandelwal@persistent.co.in> wrote in message
news:c48bcl$6hf$1@eclipse.org...
> try using
>
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().resetPe
> rspective();
>
> HTH
>
> Vishal
>
> "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> news:c475sj$6vv$1@eclipse.org...
> > Hi, i'd like to reset a perspective i use from my code, following a
user's
> > action, is there a way to reset the perspective (same thing as done via
> the
> > Window->Reset Perspective menu item).
> >
> > thanks
> > Yoav
> >
> >
>
>
Previous Topic:Maven and building plugins
Next Topic:cvs
Goto Forum:
  


Current Time: Sat May 10 06:44:08 EDT 2025

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

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

Back to the top