Class InputMethodEvent

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable

public final class InputMethodEvent extends InputEvent
An event which indicates that the underlying input method notifies its text change in a Node.

This event is delivered to the Node object that extends TextInputControl, when the text under composition (composed text) is generated/changed/removed, the input method commits the result text, or the input method caret position changes.

On receiving this event, the application is supposed to display the composed text with any visual feedback attributes to the user.

Note: this is a conditional feature. See ConditionalFeature.INPUT_METHOD for more information.

Since:
JavaFX 2.0
See Also: