TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.views.actions.internal
Class ContextSelectionMenuListener

java.lang.Object
  extended by org.eclipse.hyades.trace.views.actions.internal.ContextSelectionMenuListener
All Implemented Interfaces:
org.eclipse.jface.action.IMenuListener

public class ContextSelectionMenuListener
extends java.lang.Object
implements org.eclipse.jface.action.IMenuListener


Constructor Summary
ContextSelectionMenuListener()
           
 
Method Summary
protected  void addActionToMenu(org.eclipse.jface.action.IMenuManager parent, org.eclipse.jface.action.Action action)
           
 void menuAboutToShow(org.eclipse.jface.action.IMenuManager manager)
           
 void setMOFObject(org.eclipse.emf.ecore.EObject mofObject_)
           
 void setViewer(IContextViewer viewer_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextSelectionMenuListener

public ContextSelectionMenuListener()
Method Detail

setViewer

public void setViewer(IContextViewer viewer_)

setMOFObject

public void setMOFObject(org.eclipse.emf.ecore.EObject mofObject_)

addActionToMenu

protected void addActionToMenu(org.eclipse.jface.action.IMenuManager parent,
                               org.eclipse.jface.action.Action action)

menuAboutToShow

public void menuAboutToShow(org.eclipse.jface.action.IMenuManager manager)
Specified by:
menuAboutToShow in interface org.eclipse.jface.action.IMenuListener

TPTP 4.6.0 Platform Project
Internal API Specification