Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Programmatically maximize/restore a view in Eclipse and Eclipse WIndow

Sorry, this was too general. This http://tinyurl.com/6g2xsj explains is better.

On Sat, Nov 29, 2008 at 8:03 AM, Aleksandr Kravets <aleksandr.kravets@xxxxxxxxx> wrote:
Try this: ActionFactory.MAXIMIZE.create(getViewSite().getWorkbenchWindow()).run();

2008/11/27 Khew U-Wei <khewuwei@xxxxxxxxx>
Hi everybody,

I would like to programmatically maximize/restore a view in Eclipse, ie: to obtain the same behavior as when you double-click in the tab, but through code. Does anyone also know how to maximize the Eclipse Window programmatically when the program starts?

Ii'm developing an eclipse plugin.
The desired result would be that when the user runs the plugin, the view and eclipse window will be maximized..


Thank you in advance!

cheers,
U-Wei
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev




Back to the top