User menu API
Only one application programming interface is available.
Figure 1. User menu interface
public interface IMAFDesignExplorerMenuActionContributor {
/**
* Returns the action to add to the Design Explorer menu.
*
* NOTES:
* - All the radical elements in the list have the same type.
*
* @param radicalElements - List of selected RadicalElement
* @return
*/
IAction getAction ( final List <radicalElement> radicalElements );
}