Rational Programming Patterns for System z

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

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)