Uses of Enum Class
javafx.scene.control.skin.TextInputControlSkin.TextUnit
Package
Description
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of TextInputControlSkin.TextUnit in javafx.scene.control.skin
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextInputControlSkin.TextUnit[]
TextInputControlSkin.TextUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TextAreaSkin.moveCaret
(TextInputControlSkin.TextUnit unit, TextInputControlSkin.Direction dir, boolean select) Moves the caret by one of the given text unit, in the given direction.void
TextFieldSkin.moveCaret
(TextInputControlSkin.TextUnit unit, TextInputControlSkin.Direction dir, boolean select) Moves the caret by one of the given text unit, in the given direction.abstract void
TextInputControlSkin.moveCaret
(TextInputControlSkin.TextUnit unit, TextInputControlSkin.Direction dir, boolean select) Moves the caret by one of the given text unit, in the given direction.