Creating a plug-in dedicated to user menus
A specific creation wizard is available to create this type of plug-in.
Procedure
Results
The plugin.xml file
contains the user menu extension point.
Figure 1. Menu extension
point
<extension
point="com.ibm.pdp.maf.rpp.mafDesignExplorerMenuActionContributor">
<mafDesignExplorerMenuActionContributor
class="com.ibm.rpp.sample.menu.SimpleDesignExplorerMenu"
id="menuId">
entityTypes="pacprogram,pacmacro,dataelement"
</mafDesignExplorerMenuActionContributor>
</extension>
To describe your menu, open the plug-in and the Java class generated from the name you specified in the creation wizard.