Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Hiding close button on Views in RCP
Hiding close button on Views in RCP [message #203924] Mon, 01 March 2004 05:24 Go to next message
Eclipse UserFriend
Originally posted by: pavan.kenati.com

Hello,
Is there a way to hide the Close button in RCP? I have searched the
ViewPart Javadocs but couldn't locate any API. I read somewhere on the
RCP tutorials that it can be done. Please let me know HOW?

thanks in advance,
Pavan
Re: Hiding close button on Views in RCP [message #204003 is a reply to message #203924] Mon, 01 March 2004 08:38 Go to previous message
Eclipse UserFriend
us the reference to IPageLayout in the callback method createInitialLayout
(in your IPerspectiveFactory implementation) to create a "fixed view"
(addFixedView(..)), i.e. without a close button. Works since M7...

"Pavan Podila" <pavan@kenati.com> schrieb im Newsbeitrag
news:c1v2pi$uhr$1@eclipse.org...
> Hello,
> Is there a way to hide the Close button in RCP? I have searched the
> ViewPart Javadocs but couldn't locate any API. I read somewhere on the
> RCP tutorials that it can be done. Please let me know HOW?
>
> thanks in advance,
> Pavan
Previous Topic:Force redraw of the Properties View
Next Topic:Editors: Opening and Closing
Goto Forum:
  


Current Time: Sun May 11 19:51:38 EDT 2025

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

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

Back to the top