org.eclipse.weaver.editors
Interface IWeaverMenuAdapter

All Known Subinterfaces:
IWeavingPanel
All Known Implementing Classes:
DefaultWeavingPanel

public interface IWeaverMenuAdapter

Interface for call editor contributor

Since:
1.0
Author:
- Marcos Didonet Del Fabro (LINA Labs, INRIA team)
- Guillaume Gueltas (Sodifrance)

Method Summary
 void createActions(EObject eObj)
          creates a list with sub menu actions associated with this eObj
 void populateMenuAboutToShow(IMenuManager parentMenu)
          populates the menu with the private actions into the parent menu specified
 

Method Detail

createActions

public void createActions(EObject eObj)
creates a list with sub menu actions associated with this eObj

Parameters:
eObj -

populateMenuAboutToShow

public void populateMenuAboutToShow(IMenuManager parentMenu)
populates the menu with the private actions into the parent menu specified

Parameters:
parentMenu -