| Interface | Description |
|---|---|
| DragAndDropListener |
Listener added to DragAndDropControls to perform the drag start,
drag over, and drop operations.
|
| Draggable |
Implemented to provide a visual indicator of the dragged object.
|
| DragSession |
Provides information about an active drag and drop session.
|
| Class | Description |
|---|---|
| AbstractDragAndDropListener |
Base class that DragAndDropListeners can extend to provide
default implementations for some methods.
|
| DefaultDraggable |
A default draggable implementation that will simply move a spatial
in a particular plane based on a starting location and an x/y delta.
|
| DefaultDragSession | |
| DragAndDropControl | |
| DragEvent |
| Enum | Description |
|---|---|
| DragStatus |
Represents the status of a current drag operation with respect
to whether the item can be dropped successfully or not.
|