Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

The Help Menu

The Eclipse Platform and SDK contain menu items for Help Contents, Search and Dynamic Help. A menu item to show the keyword index can be added to the help menu in an Eclipse based product by adding the following extension point to the plugin.xml file of the product plugin. The same approach will work equally well for a Rich Client application.


<extension point="org.eclipse.ui.menus">
    <menuContribution locationURI="menu:help?before=group.assist">
        <command commandId="org.eclipse.help.ui.indexcommand"
             mnemonic="I"
             style="push">
        </command>
    </menuContribution>
</extension>



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire