Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.embed.swt |
Provides the set of classes to use JavaFX inside SWT applications.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Class and Description |
---|
TransferMode
Describes the mode of data transfer with respect
to a drag and drop gesture.
|
Class and Description |
---|
TransferMode
Describes the mode of data transfer with respect
to a drag and drop gesture.
|
Class and Description |
---|
ContextMenuEvent
When the user requests a context menu, this event occurs.
|
Dragboard
A drag and drop specific
Clipboard . |
DragEvent
Drag events replace mouse events during drag-and-drop gesture.
|
GestureEvent
An event indicating gesture input.
|
InputMethodEvent
An event which indicates that the underlying input method notifies its
text change in a
Node . |
InputMethodRequests
InputMethodRequests defines the requests that a text editing node
has to handle in order to work with input methods.
|
KeyCombination
Represents a combination of keys which are used in keyboard shortcuts.
|
KeyEvent
An event which indicates that a keystroke occurred in a
Node . |
Mnemonic
This class is used when creating a Mnemonic.
|
MouseButton
Mapping for Button Names
|
MouseDragEvent
Mouse drag events are delivered to potential gesture targets during
full press-drag-release gestures.
|
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 . |
RotateEvent
Rotate event indicates that user performed rotating gesture such as
dragging two fingers around each other on track pad,
touch screen or other similar device.
|
ScrollEvent
Scroll event indicates that user performed scrolling by mouse wheel,
track pad, touch screen or other similar device.
|
SwipeEvent
Swipe event indicates that user performed a swipe gesture such as
dragging a finger in one direction on touch screen.
|
TouchEvent
Touch event indicates a touch screen action.
|
TouchPoint
Touch point represents a single point of a multi-touch action, typically
one finger touching a screen.
|
TouchPoint.State
Represents current state of the touch point
|
TransferMode
Describes the mode of data transfer with respect
to a drag and drop gesture.
|
ZoomEvent
Zoom event indicates that user performed zooming gesture such as
dragging two fingers apart on track pad, touch screen or other
similar device.
|
Class and Description |
---|
KeyCombination
Represents a combination of keys which are used in keyboard shortcuts.
|
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 and 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
Builder class for javafx.scene.input.ClipboardContent
|
ContextMenuEvent
When the user requests a context menu, this event occurs.
|
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.
|
DragEvent.State
These properties need to live in a separate object shared among all the
copied events to make sure that the values are propagated to the
original event.
|
GestureEvent
An event indicating gesture input.
|
InputEvent
An event indicating a user 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.
|
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
|
KeyCode
Set of key codes for
KeyEvent objects. |
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.
|
KeyCombination.ModifierValue |
KeyEvent
An event which indicates that a keystroke occurred in a
Node . |
Mnemonic
This class is used when creating a Mnemonic.
|
MnemonicBuilder
Builder class for javafx.scene.input.Mnemonic
|
MouseButton
Mapping for Button Names
|
MouseDragEvent
Mouse drag events are delivered to potential gesture targets during
full press-drag-release gestures.
|
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 . |
MouseEvent.Flags
These properties need to live in a separate object shared among all the
copied events to make sure that the values are propagated to the
original event.
|
RotateEvent
Rotate event indicates that user performed rotating gesture such as
dragging two fingers around each other on track pad,
touch screen or other similar device.
|
ScrollEvent
Scroll event indicates that user performed scrolling by mouse wheel,
track pad, touch screen or other similar device.
|
ScrollEvent.HorizontalTextScrollUnits
Horizontal text-based scrolling units.
|
ScrollEvent.VerticalTextScrollUnits
Vertical text-based scrolling units.
|
SwipeEvent
Swipe event indicates that user performed a swipe gesture such as
dragging a finger in one direction on touch screen.
|
TouchEvent
Touch event indicates a touch screen action.
|
TouchPoint
Touch point represents a single point of a multi-touch action, typically
one finger touching a screen.
|
TouchPoint.State
Represents current state of the touch point
|
TransferMode
Describes the mode of data transfer with respect
to a drag and drop gesture.
|
ZoomEvent
Zoom event indicates that user performed zooming gesture such as
dragging two fingers apart on track pad, touch screen or other
similar device.
|
Class and Description |
---|
InputMethodEvent
An event which indicates that the underlying input method notifies its
text change in a
Node . |
KeyEvent
An event which indicates that a keystroke occurred in a
Node . |
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,
track pad, touch screen or other similar device.
|
TouchEvent
Touch event indicates a touch screen action.
|
TransferMode
Describes the mode of data transfer with respect
to a drag and drop gesture.
|
Class and Description |
---|
KeyCombination
Represents a combination of keys which are used in keyboard shortcuts.
|
KeyEvent
An event which indicates that a keystroke occurred in a
Node . |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to