Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

The mixin class to provide support for text input nodes.

Profile: common

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiconInputMethodTextChangedfunction(:InputMethodEvent):Void

Defines a function to be called when this Node has input focus and the input method text has changed.

Defines a function to be called when this Node has input focus and the input method text has changed. If this function is not defined in this Node, then it receives the result string of the input method composition as a series of onKeyTyped function calls.

When the Node loses the input focus, the JavaFX runtime automatically commits the existing composed text if any.

Profile: common conditional inputmethod

 

Inherited Variables

Inherited Functions