AbstractDragAndDropHandler<T> |
|
DragManager<T> |
The drag manager is the core of the draggable token framework.
|
DragToken<T> |
A drag token combines an object with a visual representation which can be
dragged around the display by the user.
|
DropBorder |
A temporary border that can be installed on drop targets during a drag
operation to provide visual feedback.
|
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.
|
ScrapBook |
This class provides a simple interface for accessing common data types from
the clipboard.
|
ScrapBook.FileListSelection |
A transferable implementation for lists of File s.
|
ScrapBook.ImageSelection |
A transferable implementation for images.
|
ScrapBook.Selection<K> |
A base class for creating transferables with exactly one acceptable
DataFlavor .
|