<extension
   point="org.eclipse.contribution.spider.handles">
   <handle
     id="org.eclipse.erich.sourceHandle"
     targetClass="org.eclipse.contribution.spider.ObjectFigure"
     class="org.eclipse.contribution.erich.ShowSourceHandle"
     icon="icons/showSource.gif"/>
</extension>

Example 2: Declaring the presence of a handle.

Back to Article