Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
LocalClipboard |
Modifier and Type | Method and Description |
---|---|
TKClipboard |
TKScene.createDragboard(boolean isDragSource) |
TKClipboard |
Toolkit.createLocalClipboard() |
TKClipboard |
DummyToolkit.getNamedClipboard(java.lang.String name) |
abstract TKClipboard |
Toolkit.getNamedClipboard(java.lang.String name) |
TKClipboard |
DummyToolkit.getSystemClipboard() |
abstract TKClipboard |
Toolkit.getSystemClipboard() |
Modifier and Type | Method and Description |
---|---|
TransferMode |
TKDropTargetListener.dragEnter(double x,
double y,
double screenX,
double screenY,
TransferMode transferMode,
TKClipboard dragboard)
Called during a drag gesture, when the mouse pointer enters
the operable part of the Scene.
|
void |
TKDragGestureListener.dragGestureRecognized(double x,
double y,
double screenX,
double screenY,
int button,
TKClipboard dragboard) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
QuantumClipboard
The implementation of TKClipboard, which is used both for clipboards
and dragboards.
|
Modifier and Type | Method and Description |
---|---|
TKClipboard |
EmbeddedScene.createDragboard(boolean isDragSource) |
TKClipboard |
EmbeddedSceneDnD.createDragboard(boolean isDragSource) |
TKClipboard |
GlassScene.createDragboard(boolean isDragSource) |
TKClipboard |
QuantumToolkit.getNamedClipboard(java.lang.String name) |
TKClipboard |
QuantumToolkit.getSystemClipboard() |
Modifier and Type | Method and Description |
---|---|
TransferMode |
Scene.DropTargetListener.dragEnter(double x,
double y,
double screenX,
double screenY,
TransferMode transferMode,
TKClipboard dragboard) |
void |
Scene.DragGestureListener.dragGestureRecognized(double x,
double y,
double screenX,
double screenY,
int button,
TKClipboard dragboard) |
Modifier and Type | Field and Description |
---|---|
(package private) TKClipboard |
Clipboard.peer |
Modifier and Type | Method and Description |
---|---|
TKClipboard |
Dragboard.impl_getPeer()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
static Dragboard |
Dragboard.impl_createDragboard(TKClipboard peer)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Constructor and Description |
---|
Clipboard(TKClipboard peer) |
Dragboard(TKClipboard peer) |