Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to hide editors programatically
How to hide editors programatically [message #198061] Thu, 19 February 2004 22:25 Go to next message
Miguel Griffa is currently offline Miguel GriffaFriend
Messages: 118
Registered: July 2009
Senior Member
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 08:36 Go to previous messageGo to next message
Martin Klinke is currently offline Martin KlinkeFriend
Messages: 80
Registered: July 2009
Member
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 14:27 Go to previous messageGo to next message
Miguel Griffa is currently offline Miguel GriffaFriend
Messages: 118
Registered: July 2009
Senior Member
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] Tue, 24 February 2004 00: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: Tue Jul 16 16:57:16 GMT 2024

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

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

Back to the top