Java java.awt.dnd DragSourceDragEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt.dnd DragSourceDragEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.dnd DragSourceDragEvent.

The text is from its open source code.

Method

DragSourceContextgetDragSourceContext()
This method returns the DragSourceContext that originated the event.
intgetDropAction()
This method returns the logical intersection of the target drop action and the set of drop actions supported by the drag source.
PointgetLocation()
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.
intgetTargetActions()
This method returns the target drop action.
intgetUserAction()
This method returns the user drop action.