Package javafx.scene.control
Class Tooltip
java.lang.Object
javafx.stage.Window
javafx.stage.PopupWindow
javafx.scene.control.PopupControl
javafx.scene.control.Tooltip
- All Implemented Interfaces:
HasHeightProperty
,HasSceneProperty
,HasWidthProperty
,Styleable
,EventTarget
,Skinnable
Tooltip is not yet supported in WebFX. This class is just here as a placeholder to prevent compilation errors with
JavaFX code using it in a minimal way (just text property for now). Asked by a WebFX user.
- Author:
- Bruno Salmon
-
Property Summary
PropertiesProperties inherited from class javafx.scene.control.PopupControl
id, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, style
Properties inherited from class javafx.stage.PopupWindow
anchorLocation, anchorX, anchorY, autoHide, consumeAutoHidingEvents, ownerNode, ownerWindow
Properties inherited from class javafx.stage.Window
eventDispatcher, focused, height, onCloseRequest, scene, showing, width, x, y
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.scene.control.PopupControl
PopupControl.CSSBridge
Nested classes/interfaces inherited from class javafx.stage.PopupWindow
PopupWindow.AnchorLocation
-
Field Summary
Fields inherited from class javafx.scene.control.PopupControl
bridge, USE_COMPUTED_SIZE, USE_PREF_SIZE
Fields inherited from class javafx.stage.Window
impl_peer, peerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
getText()
Gets the value of thetext
property.final void
Sets the value of thetext
property.final StringProperty
Methods inherited from class javafx.scene.control.PopupControl
createDefaultSkin, getId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, getSkin, getStyle, getStyleClass, idProperty, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, setId, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setPrefHeight, setPrefSize, setPrefWidth, setSkin, setStyle, show, show, show, skinProperty, styleProperty
Methods inherited from class javafx.stage.PopupWindow
anchorLocationProperty, anchorXProperty, anchorYProperty, autoHideProperty, consumeAutoHidingEventsProperty, getAnchorLocation, getAnchorX, getAnchorY, getConsumeAutoHidingEvents, getOwnerNode, getOwnerWindow, hide, isAutoHide, ownerNodeProperty, ownerWindowProperty, setAnchorLocation, setAnchorX, setAnchorY, setAutoHide, setConsumeAutoHidingEvents, setScene
Methods inherited from class javafx.stage.Window
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, createPeer, eventDispatcherProperty, fireEvent, focusedProperty, getEventDispatcher, getOnCloseRequest, getX, getY, heightProperty, impl_getPeer, isFocused, isShowing, notifySizeChanged, onCloseRequestProperty, removeEventFilter, removeEventHandler, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setHeight, setOnCloseRequest, setWidth, setX, setY, show, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasHeightProperty
getHeight, setHeight
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasSceneProperty
getScene
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasWidthProperty
getWidth, setWidth
-
Property Details
-
text
- See Also:
-
-
Constructor Details
-
Tooltip
public Tooltip() -
Tooltip
-
-
Method Details
-
textProperty
- Returns:
- the
text
property - See Also:
-
setText
Sets the value of thetext
property.- Property description:
- Parameters:
value
- the value for thetext
property- See Also:
-
getText
Gets the value of thetext
property.- Property description:
- Returns:
- the value of the
text
property - See Also:
-