Uses of Class
javafx.scene.input.InputMethodTextRun
Package
Description
Provides the set of classes for mouse and keyboard input event handling.
-
Uses of InputMethodTextRun in javafx.scene.input
Modifier and TypeMethodDescriptionfinal ObservableList<InputMethodTextRun>
InputMethodEvent.getComposed()
Gets the text under composition.ModifierConstructorDescriptionInputMethodEvent
(Object source, EventTarget target, EventType<InputMethodEvent> eventType, List<InputMethodTextRun> composed, String committed, int caretPosition) Constructs new InputMethodEvent event.InputMethodEvent
(EventType<InputMethodEvent> eventType, List<InputMethodTextRun> composed, String committed, int caretPosition) Constructs new InputMethodEvent event with empty source and target.