Une seule interface de programmation est disponible.
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 );
}