This extension point provides a common pulldown item on
the application toolbar where all of tool commands
implementing IToolAction
may execute.
As others build additional tool plug-ins, they can use this extension point mechanism to add tool command menu items.
<!ELEMENT extension (tool*)*>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
com.ibm.lab.soln.extensionpoint.toolAction <!ELEMENT tool EMPTY>
<!ATTLIST tool
action CDATA #REQUIRED
label CDATA #IMPLIED
>
com.ibm.lab.soln.extensionpoint.IToolAction.
<extension
point="com.ibm.lab.soln.extensionpoint.toolAction">
<tool
label="Soln: My First Command"
action="com.ibm.lab.soln.extensionpoint.TestToolAction">
</tool>
</extension>
© Copyright International Business Machines Corporation, 2003.
All rights reserved.