Uses of Enum Class
javafx.scene.control.OverrunStyle
Package
Description
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.
-
Uses of OverrunStyle in javafx.scene.control
Modifier and TypeClassDescriptionenum
Defines the behavior of a labeled Control when the space for rendering the text is smaller than the space needed to render the entire string.Modifier and TypeMethodDescriptionfinal OverrunStyle
Labeled.getTextOverrun()
Gets the value of thetextOverrun
property.final OverrunStyle
Tooltip.getTextOverrun()
Gets the value of thetextOverrun
property.static OverrunStyle
Returns the enum constant of this class with the specified name.static OverrunStyle[]
OverrunStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty
<OverrunStyle> Labeled.textOverrunProperty()
Specifies the behavior to use if the text of theLabeled
exceeds the available space for rendering the text.final ObjectProperty
<OverrunStyle> Tooltip.textOverrunProperty()
Specifies the behavior to use if the text of theTooltip
exceeds the available space for rendering the text.Modifier and TypeMethodDescriptionfinal void
Labeled.setTextOverrun
(OverrunStyle value) Sets the value of thetextOverrun
property.final void
Tooltip.setTextOverrun
(OverrunStyle value) Sets the value of thetextOverrun
property.