Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Common Navigator Framework(Customizing Common Navigator Framework)
Common Navigator Framework [message #901172] Fri, 10 August 2012 08:17 Go to next message
Priyank Thakkar is currently offline Priyank ThakkarFriend
Messages: 8
Registered: August 2012
Junior Member
Hi,

I am using Common Navigator Framework for my RCP application. I want to removed the option "Customize View" from my CNF. Kindly guide me.

Regards,
Priyank Thakkar
Re: Common Navigator Framework [message #901213 is a reply to message #901172] Fri, 10 August 2012 11:13 Go to previous messageGo to next message
karthykeyan Palanisamy is currently offline karthykeyan PalanisamyFriend
Messages: 6
Registered: May 2010
Location: Bangalore
Junior Member

Hi Priyank,

you can't able to remove completely.. but you can disable the popup menu...

Override the below code in your CNF view and return the new ActionGroup().

this will hide the popup menu.



@Override
protected ActionGroup createCommonActionGroup() {
return new ActionGroup();
}

Thanks and Regards
Karthikeyan
  • Attachment: 1001.JPG
    (Size: 2.21KB, Downloaded 129 times)


Thanks and Regards
Karthikeyan
Re: Common Navigator Framework [message #901217 is a reply to message #901213] Fri, 10 August 2012 11:38 Go to previous message
Priyank Thakkar is currently offline Priyank ThakkarFriend
Messages: 8
Registered: August 2012
Junior Member
Hi Karthik,

Thanks a lot. It worked. Smile Smile
Previous Topic:Eclipse RCP export windows branding: icon (ico) only works with low resolutions
Next Topic:How to to listen to editor restore events?
Goto Forum:
  


Current Time: Thu Apr 25 02:22:19 GMT 2024

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

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

Back to the top