public final class DataFormats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DataFormats.WidgetData
Holds the information about a dragged widget.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APP_PREFIX
The prefix for all data formats specific to the app.
|
static javafx.scene.input.DataFormat |
source
The data format for sources being dragged.
|
static javafx.scene.input.DataFormat |
widgetTile
The data format for widgets being dragged.
|
static javafx.scene.input.DataFormat |
widgetType
The data format for widget type names (string).
|
public static final java.lang.String APP_PREFIX
public static final javafx.scene.input.DataFormat widgetTile
public static final javafx.scene.input.DataFormat source
public static final javafx.scene.input.DataFormat widgetType