PopupMenu
The root node for a pop-up menu. The visible items for the pop-up menu are taken from Menu.items or SubMenu.items. A PopupMenu is displayed as a new scene in a new OverlayStage (StageType.POPUP), and is therefore NOT part of the scene graph of the Menu or SubMenu from which it originated.
Properties
Functions
Link copied to clipboard
Each subclass of node can determine its preferred height. As most nodes are composed of smaller nodes, this is typically calculated using evalPrefWidth of the child nodes, with extra added for spacing, padding and borders.
Link copied to clipboard
Each subclass of node can determine its preferred width. As most nodes are composed of smaller nodes, this is typically calculated using evalPrefWidth of the child nodes, with extra added for spacing, padding and borders.