|
Spec-Zone .ru
спецификации, руководства, описания, API
|
See: Description
| Interface | Description |
|---|---|
| InputMethodRequests |
InputMethodRequests defines the requests that a text editing node
has to handle in order to work with input methods.
|
| Class | Description |
|---|---|
| Clipboard |
Represents an operating system clipboard, on which data may be placed during, for
example, cut, copy, and paste operations.
|
| ClipboardContent |
Data container for
Clipboard data. |
| ClipboardContentBuilder<B extends ClipboardContentBuilder<B>> |
Builder class for javafx.scene.input.ClipboardContent
|
| DataFormat |
Data format identifier used as means
of identifying the data stored on a clipboard/dragboard.
|
| Dragboard |
A drag and drop specific
Clipboard. |
| DragEvent |
Drag events replace mouse events during drag-and-drop gesture.
|
| InputEvent |
An event indicating a user input.
|
| InputMethodEvent |
An event which indicates that the underlying input method notifies its
text change in a
Node. |
| InputMethodTextRun |
Represents a single run in which the characters have the same
set of highlights in the input method text.
|
| KeyCharacterCombination |
This class represents a key combination in which the main key is specified
by its character.
|
| KeyCharacterCombinationBuilder |
Builder class for javafx.scene.input.KeyCharacterCombination
|
| KeyCodeCombination |
This class represents a key combination in which the main key is specified
by its
KeyCode. |
| KeyCodeCombinationBuilder |
Builder class for javafx.scene.input.KeyCodeCombination
|
| KeyCombination |
Represents a combination of keys which are used in keyboard shortcuts.
|
| KeyCombination.Modifier |
This class represents a pair of modifier key and its value.
|
| KeyEvent |
An event which indicates that a keystroke occurred in a
Node. |
| Mnemonic |
This class is used when creating a Mnemonic.
|
| MnemonicBuilder<B extends MnemonicBuilder<B>> |
Builder class for javafx.scene.input.Mnemonic
|
| 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. |
| ScrollEvent |
Scroll event indicates that user performed scrolling by mouse wheel, touchpad
or other similar device.
|
| Enum | Description |
|---|---|
| InputMethodHighlight |
The enum that contains the input method text highlights.
|
| KeyCode |
Set of key codes for
KeyEvent objects. |
| KeyCombination.ModifierValue | |
| MouseButton |
Mapping for Button Names
|
| ScrollEvent.HorizontalTextScrollUnits |
Horizontal text-based scrolling units.
|
| ScrollEvent.VerticalTextScrollUnits |
Vertical text-based scrolling units.
|
| TransferMode |
Describes the mode of data transfer with respect
to a drag and drop gesture.
|
Provides the set of classes for mouse and keyboard input event handling.
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .