Interface EMenuService
public interface EMenuService
Provide for management of different menus.
- Since:
- 1.1
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanregisterContextMenu(Object parent, String menuId) Create a menu for this control and hook it up with the MPopupMenu.
-
Method Details
-
registerContextMenu
-