|
Re: extension point to extend context menu in log interaction view? [message #85256 is a reply to message #85027] |
Fri, 13 October 2006 10:21  |
Eclipse User |
|
|
|
You can add an object contribution for the events that appear in the log
interaction view:
For example:
<extension
point="org.eclipse.ui.popupMenus">
<!-- The analyze all action -->
<objectContribution
objectClass="org.eclipse.hyades.sd.logc.internal.uml2sd.LogGraphNode "
id=" org.eclipse.hyades.sd.logc.internal.actions.LogGraphNodeAnal yze.AnalyzeAll ">
<action
label="%interaction.action.analyzeAll"
class=" org.eclipse.hyades.sd.logc.internal.actions.LogGraphNodeAnal yze "
id=" org.eclipse.hyades.sd.logc.internal.actions.LogGraphNodeAnal yze.AnalyzeAll "
menubarPath="analyze.group"
icon="icons/full/elcl16/analyze_all.gif">
</action>
</objectContribution>
</extension>
"Chris Giblin" <cgi@zurich.ibm.com> wrote in message
news:egbajf$m0g$1@utils.eclipse.org...
> Hi,
> I would like to contribute an item the context menu appearing in "UML2 Log
> Interactions" view when an event is right-clicked.
>
> Does an extension point exist for extending this context menu?
>
> Thanks, chris
|
|
|
Powered by
FUDForum. Page generated in 0.05939 seconds