Static Variables
area Returns portion of the screen which is covered by the keyboard.
hideInput Will text input field above the keyboard be hidden when the keyboard is on screen?
isSupported Is touch screen keyboard supported.
visible Returns true whenever any keyboard is completely visible on the screen.
Variables
Gets the value of the property accessibilityActive.
Property description:
Indicates whether or not accessibility is active. This property is typically set to true the first time an assistive technology, such as a screen reader, requests information about any JavaFX window or its children.
This method may be called from any thread.