Perform the following steps to integrate with the Eclipse help system.
The following is the sample code in the help context definition
file, myHelpContexts.xml.
<contexts>
<context id="messageBUTTON">
<description>I am a button. </description>
</context>
</contexts>
The following is the sample code in the UI definition
file to specify the helpID value of the widget.
<Button bounds="120, 300, 30, 30" text="label" helpId="messageBUTTON"/>
The
following is the sample code in the engine global setting file to sepecify
the helpPlugin and helpKeyStroke values.
<map id="globalSettings">
<entry key="helpKeyStroke" value="F10"/>
<entry key="helpPlugin" value="yourHelpPlurginId"/>
</map>