Contributing to Eclipse
By Kent Beck and Erich Gamma, September 01, 2004
Source Code Accompanies This Article. Download It Now.
Eclipse's plug-in architecture means that every programmer is potentially a toolsmith.
September, 2004: Contributing to Eclipse
<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.