Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Is it possible to minimize the view
Is it possible to minimize the view [message #197107] Wed, 18 February 2004 11:03 Go to next message
Eclipse UserFriend
Originally posted by: phantom_hu.yahoo.com

Hi,

I am not sure if it is possible to put a minimize button to my plug-in
view bar so that user don't have to reload the application.

thanks in advance for any help and information!

best,
Re: Is it possible to minimize the view [message #278793 is a reply to message #197107] Fri, 07 January 2005 06:11 Go to previous message
Eclipse UserFriend
Originally posted by: tom.knube.org

Jeff Hu wrote:
> Hi,
>
> I am not sure if it is possible to put a minimize button to my plug-in
> view bar so that user don't have to reload the application.
>
> thanks in advance for any help and information!
>
> best,
>

Hi
over the ActionFactory you can get a MINIMIZE Action...
ActionFactory.MINIMIZE.create(getViewSite().getWorkbenchWind ow()).run();

This works for my view ... but I havent found out how you can Listen
on these events :( Especially the Event from Minized state back to normal.

Hope I helps ...

Cheers
Tom
Previous Topic:Recalculating Markers in an editor as the user changes the text...
Next Topic:How to programmatically minimize/maximize a view?
Goto Forum:
  


Current Time: Thu Jul 24 12:34:36 EDT 2025

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

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

Back to the top