Uses of Class
javafx.scene.input.InputMethodTextRun
-
Packages that use InputMethodTextRun 软件包 描述 javafx.scene.input 提供一组用于鼠标和键盘输入事件处理的类。 -
-
Uses of InputMethodTextRun in javafx.scene.input
Methods in javafx.scene.input that return types with arguments of type InputMethodTextRun Modifier and Type 方法 描述 ObservableList<InputMethodTextRun>
InputMethodEvent. getComposed()
获取组合下的文本。Constructor parameters in javafx.scene.input with type arguments of type InputMethodTextRun Constructor 描述 InputMethodEvent(Object source, EventTarget target, EventType<InputMethodEvent> eventType, List<InputMethodTextRun> composed, String committed, int caretPosition)
构造新的InputMethodEvent事件。InputMethodEvent(EventType<InputMethodEvent> eventType, List<InputMethodTextRun> composed, String committed, int caretPosition)
构造具有空源和目标的新的InputMethodEvent事件。
-