Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 |
TableColumnBuilder.contextMenu |
private ContextMenu |
TabBuilder.contextMenu |
private ContextMenu |
ControlBuilder.contextMenu |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<ContextMenu> |
TableColumn.contextMenu
This menu will be shown whenever the user right clicks within the header
area of this TableColumn.
|
private ObjectProperty<ContextMenu> |
Tab.contextMenu |
private ObjectProperty<ContextMenu> |
Control.contextMenu
The ContextMenu to show for this control.
|
private ReadOnlyObjectWrapper<ContextMenu> |
MenuItem.parentPopup
This is the
ContextMenu in which this MenuItem exists. |
Modifier and Type | Method and Description |
---|---|
ContextMenu |
ContextMenuBuilder.build()
Make an instance of
ContextMenu based on the properties set on this builder. |
ContextMenu |
TableColumn.getContextMenu()
Gets the value of the property contextMenu.
|
ContextMenu |
Tab.getContextMenu()
The context menu associated with the tab.
|
ContextMenu |
Control.getContextMenu()
Gets the value of the property contextMenu.
|
ContextMenu |
MenuItem.getParentPopup()
Gets the value of the property parentPopup.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ContextMenu> |
TableColumn.contextMenuProperty()
This menu will be shown whenever the user right clicks within the header
area of this TableColumn.
|
ObjectProperty<ContextMenu> |
Tab.contextMenuProperty()
The context menu associated with the tab.
|
ObjectProperty<ContextMenu> |
Control.contextMenuProperty()
The ContextMenu to show for this control.
|
ReadOnlyObjectProperty<ContextMenu> |
MenuItem.parentPopupProperty()
This is the
ContextMenu in which this MenuItem exists. |
private ReadOnlyObjectWrapper<ContextMenu> |
MenuItem.parentPopupPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
ContextMenuBuilder.applyTo(ContextMenu x) |
B |
TableColumnBuilder.contextMenu(ContextMenu x)
Set the value of the
contextMenu property for the instance constructed by this builder. |
B |
TabBuilder.contextMenu(ContextMenu x)
Set the value of the
contextMenu property for the instance constructed by this builder. |
B |
ControlBuilder.contextMenu(ContextMenu x)
Set the value of the
contextMenu property for the instance constructed by this builder. |
void |
TableColumn.setContextMenu(ContextMenu value)
Sets the value of the property contextMenu.
|
void |
Tab.setContextMenu(ContextMenu value)
Specifies the context menu to show when the user right-clicks on the tab.
|
void |
Control.setContextMenu(ContextMenu value)
Sets the value of the property contextMenu.
|
protected void |
MenuItem.setParentPopup(ContextMenu value)
Sets the value of the property parentPopup.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to