Example usage for Java java.awt.dnd DragSource fields, constructors, methods, implement or subclass
The text is from its open source code.
Cursor | DefaultCopyDrop The default Cursor to use with a copy operation indicating that a drop is currently allowed. |
Cursor | DefaultMoveDrop The default Cursor to use with a move operation indicating that a drop is currently allowed. |
Cursor | DefaultCopyNoDrop The default Cursor to use with a copy operation indicating that a drop is currently not allowed. |
Cursor | DefaultMoveNoDrop The default Cursor to use with a move operation indicating that a drop is currently not allowed. |
DragSource() Creates a new DragSource . |
void | addDragSourceListener(DragSourceListener dsl) Adds the specified DragSourceListener to this DragSource to receive drag source events during drag operations initiated with this DragSource . |
DragGestureRecognizer | createDefaultDragGestureRecognizer(Component c, int actions, DragGestureListener dgl) Creates a new DragGestureRecognizer that implements the default abstract subclass of DragGestureRecognizer for this DragSource , and sets the specified Component and DragGestureListener on the newly created object. |
DragSource | getDefaultDragSource() Gets the DragSource object associated with the underlying platform. |
boolean | isDragImageSupported() Reports whether or not drag Image support is available on the underlying platform. |