Interface MPopupMenu

All Superinterfaces:
MApplicationElement, MContext, MElementContainer<MMenuElement>, MLocalizable, MMenu, MMenuElement, MUIElement, MUILabel
All Known Implementing Classes:
PopupMenuImpl

public interface MPopupMenu extends MMenu, MContext
A representation of the model object 'Popup Menu'.

This is a concrete class representing context menus. Menus of this type are generally managed by code within the running application since they're not visible in the UI.

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