A MenuItem belongs to a Menu - use Menu.addItem to add one - and calls an Action when it is clicked.
This should ONLY be used if there is no associated action, for example, if the menu item is just a submenu.
See Implementation
A MenuItem belongs to a Menu - use Menu.addItem to add one - and calls an Action when it is clicked.