Uses of Enum Class
javafx.scene.input.InputMethodHighlight
Package
Description
Provides the set of classes for mouse and keyboard input event handling.
-
Uses of InputMethodHighlight in javafx.scene.input
Modifier and TypeMethodDescriptionfinal InputMethodHighlight
InputMethodTextRun.getHighlight()
Gets the highlight used for displaying this text.static InputMethodHighlight
Returns the enum constant of this class with the specified name.static InputMethodHighlight[]
InputMethodHighlight.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionInputMethodTextRun
(String text, InputMethodHighlight highlight) Constructs a single text run of an input method.