Uses of Class
javafx.scene.control.ContextMenu
Packages that use ContextMenu
-
Uses of ContextMenu in com.sun.javafx.scene.control
Methods in com.sun.javafx.scene.control with parameters of type ContextMenuConstructors in com.sun.javafx.scene.control with parameters of type ContextMenu -
Uses of ContextMenu in javafx.scene.control
Methods in javafx.scene.control that return ContextMenuModifier and TypeMethodDescriptionfinal ContextMenu
Control.getContextMenu()
Gets the value of thecontextMenu
property.final ContextMenu
MenuItem.getParentPopup()
Gets the value of theparentPopup
property.Methods in javafx.scene.control that return types with arguments of type ContextMenuModifier and TypeMethodDescriptionfinal ObjectProperty<ContextMenu>
Control.contextMenuProperty()
The ContextMenu to show for this control.MenuItem.parentPopupProperty()
This is theContextMenu
in which thisMenuItem
exists.Methods in javafx.scene.control with parameters of type ContextMenuModifier and TypeMethodDescriptionfinal void
Control.setContextMenu
(ContextMenu value) Sets the value of thecontextMenu
property.protected final void
MenuItem.setParentPopup
(ContextMenu value) Sets the value of theparentPopup
property. -
Uses of ContextMenu in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return ContextMenuModifier and TypeMethodDescriptionContextMenuSkin.getSkinnable()
Gets the Skinnable to which this Skin is assigned.Constructors in javafx.scene.control.skin with parameters of type ContextMenuModifierConstructorDescriptionContextMenuSkin
(ContextMenu control) Creates a new ContextMenuSkin instance.