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 Tooltip |
Tooltip.TooltipBehavior.activatedTooltip
The tooltip that is currently activated.
|
private Tooltip |
TabBuilder.tooltip |
private Tooltip |
ControlBuilder.tooltip |
private Tooltip |
Tooltip.TooltipBehavior.visibleTooltip
The tooltip that is currently visible.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Tooltip> |
Tab.tooltip |
private ObjectProperty<Tooltip> |
Control.tooltip |
Modifier and Type | Method and Description |
---|---|
Tooltip |
TooltipBuilder.build()
Make an instance of
Tooltip based on the properties set on this builder. |
Tooltip |
Tab.getTooltip()
The tooltip associated with this tab.
|
Tooltip |
Control.getTooltip()
Gets the value of the property tooltip.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Tooltip> |
Tab.tooltipProperty()
The tooltip associated with this tab.
|
ObjectProperty<Tooltip> |
Control.tooltipProperty()
The ToolTip for this control.
|
Modifier and Type | Method and Description |
---|---|
void |
TooltipBuilder.applyTo(Tooltip x) |
static void |
Tooltip.install(Node node,
Tooltip t)
|
private void |
Tooltip.TooltipBehavior.install(Node node,
Tooltip t) |
void |
Tab.setTooltip(Tooltip value)
Specifies the tooltip to show when the user hovers over the tab.
|
void |
Control.setTooltip(Tooltip value)
Sets the value of the property tooltip.
|
B |
TabBuilder.tooltip(Tooltip x)
Set the value of the
tooltip property for the instance constructed by this builder. |
B |
ControlBuilder.tooltip(Tooltip x)
Set the value of the
tooltip property for the instance constructed by this builder. |
static void |
Tooltip.uninstall(Node node,
Tooltip t)
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to