-
ContextMenuContent.MenuItemContainer.getItem()
-
class
A
MenuItem
that allows for arbitrary nodes to be embedded within it,
by assigning a
Node
to the
content
property.
class
A popup menu of actionable items which is displayed to the user only upon request.
class
A
MenuItem
that as the name suggests allows for a horizontal Separator to be embedded within it,
by assigning a
Separator
to the
content
property of the
CustomMenuItem
This is provided for convenience as groups of
menuitems
can be separated
by a separator.
The menu items on the context menu.
The items to show within this menu.
Create a new ContextMenu initialized with the given items
Constructs a Menu and sets the display text with the specified text,
the graphic
Node
to the given node, and inserts the given items
into the
items
list.