Package | Description |
---|---|
com.sun.javafx.embed | |
com.sun.javafx.tk | |
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedSceneInterface.inputMethodEvent(EventType<InputMethodEvent> type,
ObservableList<InputMethodTextRun> composed,
String committed,
int caretPosition) |
Modifier and Type | Method and Description |
---|---|
void |
TKSceneListener.inputMethodEvent(EventType<InputMethodEvent> type,
ObservableList<InputMethodTextRun> composed,
String committed,
int caretPosition)
Pass an input method event to the scene to handle
|
Modifier and Type | Method and Description |
---|---|
ObservableList<InputMethodTextRun> |
InputMethodEvent.getComposed()
Gets the text under composition.
|
Constructor and Description |
---|
InputMethodEvent(EventType<InputMethodEvent> eventType,
List<InputMethodTextRun> composed,
String committed,
int caretPosition)
Constructs new InputMethodEvent event with empty source and target.
|
InputMethodEvent(Object source,
EventTarget target,
EventType<InputMethodEvent> eventType,
List<InputMethodTextRun> composed,
String committed,
int caretPosition)
Constructs new InputMethodEvent event.
|
Copyright © 2020. All rights reserved.