Example usage for Java java.awt.dnd DragSourceDragEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
DragSourceContext | getDragSourceContext() This method returns the DragSourceContext that originated the event. |
int | getDropAction() This method returns the logical intersection of the target drop action and the set of drop actions supported by the drag source. |
Point | getLocation() This method returns a Point indicating the cursor location in screen coordinates at the moment this event occurred, or null if the cursor location is not specified for this event. |
int | getTargetActions() This method returns the target drop action. |
int | getUserAction() This method returns the user drop action. |