Uses of Class
javafx.scene.control.ContextMenu
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of ContextMenu in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ContextMenu
Control.getContextMenu()
Gets the value of thecontextMenu
property.final ContextMenu
Tab.getContextMenu()
The context menu associated with the tab.final ContextMenu
TableColumnBase.getContextMenu()
Gets the value of thecontextMenu
property.final ContextMenu
MenuItem.getParentPopup()
Gets the value of theparentPopup
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<ContextMenu> Control.contextMenuProperty()
The ContextMenu to show for this control.final ObjectProperty
<ContextMenu> Tab.contextMenuProperty()
The context menu associated with the tab.final ObjectProperty
<ContextMenu> TableColumnBase.contextMenuProperty()
This menu will be shown whenever the user right clicks within the header area of this TableColumnBase.MenuItem.parentPopupProperty()
This is theContextMenu
in which thisMenuItem
exists.Modifier and TypeMethodDescriptionfinal void
Control.setContextMenu
(ContextMenu value) Sets the value of thecontextMenu
property.final void
Tab.setContextMenu
(ContextMenu value) Specifies the context menu to show when the user right-clicks on the tab.final void
TableColumnBase.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
Modifier and TypeClassDescriptionclass
Default Skin implementation for ContextMenu.Modifier and TypeMethodDescriptionContextMenuSkin.getSkinnable()
Gets the Skinnable to which this Skin is assigned.ModifierConstructorDescriptionContextMenuSkin
(ContextMenu control) Creates a new ContextMenuSkin instance.