Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to hide editors programatically
How to hide editors programatically [message #198061] Thu, 19 February 2004 17:25 Go to next message
Eclipse UserFriend
Any one knows how can I programatically do
window -> hide editors ?
Re: How to hide editors programatically [message #198273 is a reply to message #198061] Fri, 20 February 2004 03:36 Go to previous messageGo to next message
Eclipse UserFriend
In your implementation of IPerspectiveFactory in method
creatInitialLayout(IPageLayout layout) add this call:
layout.setEditorAreaVisible(false);

"Miguel Griffa" <mgriffa@technisys.net> schrieb im Newsbeitrag
news:c13chl$1jg$1@eclipse.org...
> Any one knows how can I programatically do
> window -> hide editors ?
Re: How to hide editors programatically [message #198457 is a reply to message #198273] Fri, 20 February 2004 09:27 Go to previous messageGo to next message
Eclipse UserFriend
Martin Klinke wrote:
> In your implementation of IPerspectiveFactory in method
> creatInitialLayout(IPageLayout layout) add this call:
> layout.setEditorAreaVisible(false);
>
> "Miguel Griffa" <mgriffa@technisys.net> schrieb im Newsbeitrag
> news:c13chl$1jg$1@eclipse.org...
>
>>Any one knows how can I programatically do
>>window -> hide editors ?
>
>
>
Thank you!
Re: How to hide editors programatically [message #200422 is a reply to message #198061] Mon, 23 February 2004 19:30 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

IWorkbenchPage.setEditorAreaVisible(false);
--


Miguel Griffa wrote:
> Any one knows how can I programatically do
> window -> hide editors ?
Previous Topic:Local History
Next Topic:OSGI Question: where does the extension informatino go
Goto Forum:
  


Current Time: Fri Apr 25 23:28:21 EDT 2025

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

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

Back to the top