Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Method and Description |
---|---|
TKClipboard |
TKScene.createDragboard(boolean isDragSource) |
TKClipboard |
Toolkit.createLocalClipboard() |
abstract TKClipboard |
Toolkit.getNamedClipboard(String name) |
TKClipboard |
DummyToolkit.getNamedClipboard(String name) |
abstract TKClipboard |
Toolkit.getSystemClipboard() |
TKClipboard |
DummyToolkit.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 | Method and Description |
---|---|
TKClipboard |
QuantumToolkit.getNamedClipboard(String name) |
TKClipboard |
QuantumToolkit.getSystemClipboard() |
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
|
Copyright © 2020. All rights reserved.