API des menus utilisateur

Une seule interface de programmation est disponible.

Figure 1. Interface de programmation des menus utilisateur
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 ); 
}

Vos commentaires