Package javafx.scene.input

InputMethodEvent An event which indicates that the underlying input method notifies its text change in a Node, .
InputMethodHighlight The enum that contains the input method text highlights.
InputMethodTextRun Represents a single run in which the characters have the same set of highlights in the input method text.
KeyCode Set of key codes for KeyEvent, objects.
KeyEvent An event which indicates that a keystroke occurred in a Node, .
KeyEventID TODO: This is not a public class and meant to be used only by FX implementation.
MouseButton Mapping for Button Names
MouseEvent The mouse (pointer's) location is available relative to several coordinate systems: x,y - relative to the origin of the MouseEvent's node, sceneX,sceneY - relative to to the origin of the Scene that contains the node, screenX,screenY - relative to origin of the screen that contains the mouse pointer, dragX, dragY - if the MouseEvent is part of a press-drag-release gesture, then relative to the location of the press event, otherwise 0.
MouseEventID TODO: This is not a public class and meant to be used only by FX implementation.
TextInput The mixin class to provide support for text input nodes.
TextInput.impl_InputMethodEventHandler



JavaFXSript.ru - Java FX Specification