See: Description
Interface Summary | |
---|---|
DropTargetPainter | Provides a callback for DropHandler to customize drop target feedback. |
Class Summary | |
---|---|
DragHandler | Provides simplified drag handling for a component. |
DropHandler | Provides simplified drop handling for a component. |
GhostedDragImage | Provide a ghosted drag image for use during drags where
DragSource#isDragImageSupported returns false. Its location in screen coordinates may be changed via GhostedDragImage. When the image is no longer needed, invoke GhostedDragImage, which hides the graphic immediately, or GhostedDragImage, which moves the image to its original location and then disposes it. |
GhostedDragImageDemo | Demonstrate ghosted drag images. |
GhostedDragImageDemo.DragLabel | |
GhostedDragImageDemo.ImageSelection |