| Package | Description | 
|---|---|
| javafx.scene.input | 
 Provides the set of classes for mouse and keyboard input event handling. 
 | 
| 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 (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.