public interface MenuService
| Modifier and Type | Method and Description |
|---|---|
boolean |
registerContextMenu(java.lang.Object parent,
java.lang.String menuId)
Create a menu for this control and hook it up with the MPopupMenu.
|
boolean registerContextMenu(java.lang.Object parent,
java.lang.String menuId)
parent - The parent for the context menu. A Node in JavaFX.menuId - the ID of the menu to usetrue if registration succeeded else false