Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.webkit.theme | |
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 |
---|---|
private ContextMenu |
TextAreaBehavior.contextMenu |
private ContextMenu |
TextFieldBehavior.contextMenu |
Modifier and Type | Field and Description |
---|---|
private ContextMenu |
TableHeaderRow.columnPopupMenu
PopupMenu shown to users to allow for them to hide/show columns in the
table.
|
private ContextMenu |
ColorPalette.contextMenu |
private ContextMenu |
ContextMenuContent.contextMenu |
private ContextMenu |
EmbeddedTextContextMenuContent.contextMenu |
private ContextMenu |
ChoiceBoxSkin.popup |
protected ContextMenu |
MenuButtonSkinBase.popup |
private ContextMenu |
TabPaneSkin.TabControlButtons.popup |
private ContextMenu |
ToolBarSkin.ToolBarOverflowMenu.popup |
private ContextMenu |
ContextMenuSkin.popupMenu |
private ContextMenu |
ContextMenuContent.submenu |
Modifier and Type | Method and Description |
---|---|
ContextMenu |
ContextMenuSkin.getSkinnable() |
(package private) ContextMenu |
ContextMenuContent.getSubMenu() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Utils.addMnemonics(ContextMenu popup,
Scene scene) |
(package private) static void |
Utils.addMnemonics(ContextMenu popup,
Scene scene,
boolean initialState) |
void |
ContextMenuContent.disposeContextMenu(ContextMenu menu) |
void |
TextInputControlSkin.populateContextMenu(ContextMenu contextMenu) |
(package private) static void |
Utils.removeMnemonics(ContextMenu popup,
Scene scene) |
Constructor and Description |
---|
ContextMenuContent(ContextMenu popupMenu)
Constructors
|
ContextMenuSkin(ContextMenu popupMenu) |
EmbeddedTextContextMenuContent(ContextMenu popupMenu) |
Modifier and Type | Field and Description |
---|---|
private ContextMenu |
PopupMenuImpl.popupMenu |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
PopupMenuImpl.doShow(ContextMenu popup,
WebPage page,
int anchorX,
int anchorY) |
Modifier and Type | Field and Description |
---|---|
private ContextMenu |
ControlBuilder.contextMenu
Deprecated.
|
private ContextMenu |
TabBuilder.contextMenu
Deprecated.
|
private ContextMenu |
TableColumnBuilder.contextMenu
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<ContextMenu> |
Control.contextMenu
The ContextMenu to show for this control.
|
private ObjectProperty<ContextMenu> |
Tab.contextMenu |
private ObjectProperty<ContextMenu> |
TableColumnBase.contextMenu
This menu will be shown whenever the user right clicks within the header
area of this TableColumnBase.
|
private ReadOnlyObjectWrapper<ContextMenu> |
MenuItem.parentPopup
This is the
ContextMenu in which this MenuItem exists. |
Modifier and Type | Method and Description |
---|---|
ContextMenu |
ContextMenuBuilder.build()
Deprecated.
Make an instance of
ContextMenu based on the properties set on this builder. |
ContextMenu |
Control.getContextMenu() |
ContextMenu |
Tab.getContextMenu()
The context menu associated with the tab.
|
ContextMenu |
TableColumnBase.getContextMenu() |
ContextMenu |
MenuItem.getParentPopup() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ContextMenu> |
Control.contextMenuProperty() |
ObjectProperty<ContextMenu> |
Tab.contextMenuProperty()
The context menu associated with the tab.
|
ObjectProperty<ContextMenu> |
TableColumnBase.contextMenuProperty() |
ReadOnlyObjectProperty<ContextMenu> |
MenuItem.parentPopupProperty() |
private ReadOnlyObjectWrapper<ContextMenu> |
MenuItem.parentPopupPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
ContextMenuBuilder.applyTo(ContextMenu x)
Deprecated.
|
B |
ControlBuilder.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 |
TableColumnBuilder.contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
void |
Control.setContextMenu(ContextMenu value) |
void |
Tab.setContextMenu(ContextMenu value)
Specifies the context menu to show when the user right-clicks on the tab.
|
void |
TableColumnBase.setContextMenu(ContextMenu value) |
protected void |
MenuItem.setParentPopup(ContextMenu value) |