AbstractDragAndDropHandler |
|
DragHandler |
A drag handler is responsible for creating drag tokens from a drag source.
|
DragManager |
The drag manager is the core of the draggable token framework.
|
DragToken |
A drag token combines an object with a visual representation which can be
dragged around the display by the user.
|
DropHandler |
A drop handler is responsible for responding to drops of a DragToken
onto a drop target.
|
FileDrop |
A support class that allows interface components to easily accept files being
dropped on them from other components or from the platform.
|
FileDrop.DropEvent |
Event that is provided to listeners when files are dropped on a target.
|
FileDrop.DropListener |
Listener that may be registered to receive FileDrop.DropEvent s when files
are dropped on a target component.
|
FileDrop.Listener |
|
ScrapBook.Selection |
A base class for creating transferables with exactly one acceptable
DataFlavor .
|