| Package | Description |
|---|---|
| com.sun.javafx.scene.control.skin | |
| javafx.scene.control |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextMenu |
MenuButtonSkinBase.popup |
| Modifier and Type | Method and Description |
|---|---|
ContextMenu |
ContextMenuSkin.getSkinnable() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextMenuContent.disposeContextMenu(ContextMenu menu) |
void |
TextInputControlSkin.populateContextMenu(ContextMenu contextMenu) |
| Constructor and Description |
|---|
ContextMenuContent(ContextMenu popupMenu)
Constructors
|
ContextMenuSkin(ContextMenu popupMenu) |
EmbeddedTextContextMenuContent(ContextMenu popupMenu) |
| Modifier and Type | Method and Description |
|---|---|
ContextMenu |
ContextMenuBuilder.build()
Deprecated.
Make an instance of
ContextMenu based on the properties set on this builder. |
ContextMenu |
Tab.getContextMenu()
The context menu associated with the tab.
|
ContextMenu |
TableColumnBase.getContextMenu() |
ContextMenu |
Control.getContextMenu() |
ContextMenu |
MenuItem.getParentPopup() |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ContextMenu> |
Tab.contextMenuProperty()
The context menu associated with the tab.
|
ObjectProperty<ContextMenu> |
TableColumnBase.contextMenuProperty() |
ObjectProperty<ContextMenu> |
Control.contextMenuProperty() |
ReadOnlyObjectProperty<ContextMenu> |
MenuItem.parentPopupProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextMenuBuilder.applyTo(ContextMenu x)
Deprecated.
|
B |
TableColumnBuilder.contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
B |
TabBuilder.contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
B |
ControlBuilder.contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
void |
Tab.setContextMenu(ContextMenu value)
Specifies the context menu to show when the user right-clicks on the tab.
|
void |
TableColumnBase.setContextMenu(ContextMenu value) |
void |
Control.setContextMenu(ContextMenu value) |
protected void |
MenuItem.setParentPopup(ContextMenu value) |
Copyright © 2025. All rights reserved.