org.eclipse.gmt.weaver.editors.interfaces
Interface IWeaverMenuAdapter

All Known Subinterfaces:
IWeavingPanel
All Known Implementing Classes:
DefaultWeavingPanel, GenericWeavingPanel, TransformationWeavingPanel

public interface IWeaverMenuAdapter

Interface for call editor contributor

Since:
1.0

Method Summary
 void createActions(org.eclipse.emf.ecore.EObject eObj)
          creates a list with sub menu actions associated with this eObj
 void populateMenuAboutToShow(org.eclipse.jface.action.IMenuManager parentMenu)
          populates the menu with the private actions into the parent menu specified
 

Method Detail

createActions

void createActions(org.eclipse.emf.ecore.EObject eObj)
creates a list with sub menu actions associated with this eObj

Parameters:
eObj -

populateMenuAboutToShow

void populateMenuAboutToShow(org.eclipse.jface.action.IMenuManager parentMenu)
populates the menu with the private actions into the parent menu specified

Parameters:
parentMenu -