Rational Programming Patterns for System z

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 ); 
}

Conditions d'utilisation | Commentaires en retour

Ce centre de documentation utilise la technologie Eclipse. (http://www.eclipse.org)