Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Add Help for Views(Display of help for views on pressing F1)
Add Help for Views [message #1232207] Thu, 16 January 2014 12:42 Go to next message
Deepak P is currently offline Deepak PFriend
Messages: 32
Registered: January 2012
Member
Hi all,

We know that the standard way of associating help for dialogs, wizards etc is by using the below piece of code

IWorkbenchHelpSystem helpSystem = PlatformUI.getWorkbench().getHelpSystem();
helpSystem.setHelp(composite, <HelpID>);


But in case of "Views", how can we open corresponding help contents on pressing F1

Note: the view used is a customized View (not standard Eclipse views)


Thanks in advance

Regards,
Deepak P
Re: Add Help for Views [message #1232508 is a reply to message #1232207] Fri, 17 January 2014 04:41 Go to previous message
Deepak P is currently offline Deepak PFriend
Messages: 32
Registered: January 2012
Member
And the view on which help has to be displayed extends the eclipse's "CommonNavigator".
Previous Topic:Licenses
Next Topic:Problem with repository sites Eclipse kepler
Goto Forum:
  


Current Time: Thu Apr 25 00:09:04 GMT 2024

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

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

Back to the top