Interface MDirectMenuItem

All Superinterfaces:
MApplicationElement, MContribution, MItem, MLocalizable, MMenuElement, MMenuItem, MUIElement, MUILabel
All Known Implementing Classes:
DirectMenuItemImpl

public interface MDirectMenuItem extends MMenuItem, MContribution
A representation of the model object 'Direct Menu Item'.

This is the concrete class use to represent a menu item that is directly invoked when selected. The supplied contribution is asked to execute when selected.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.