|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DragEvent
Drag events replace mouse events during drag-and-drop gesture.
|
class |
InputMethodEvent
An event which indicates that the underlying input method notifies its
text change in a
Node. |
class |
KeyEvent
An event which indicates that a keystroke occurred in a
Node. |
class |
MouseEvent
When mouse event occurs, the top-most node under cursor is picked and
the event is delivered to it through capturing and bubbling phases
described at
EventDispatcher. |
class |
ScrollEvent
Scroll event indicates that user performed scrolling by mouse wheel, touchpad
or other similar device.
|
| Modifier and Type | Field and Description |
|---|---|
static EventType<InputEvent> |
InputEvent.ANY
Common supertype for all input event types.
|
| Constructor and Description |
|---|
InputEvent(EventType<? extends InputEvent> eventType)
Creates new instance of InputEvent.
|
InputEvent(java.lang.Object source,
EventTarget target,
EventType<? extends InputEvent> eventType)
Creates new instance of InputEvent.
|
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .