All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.util.EventObject | +----java.awt.dnd.DragSourceEvent | +----java.awt.dnd.DragSourceDragEvent
The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the currentl registered DragSourceListener. It contains state regarding the current state of the operation to enable the operations initiator to provide the end user with the appropriate drag over feedback.
protected int targetActions
protected int gestureModifiers
public DragSourceDragEvent(DragSourceContext dsc, int actions, int modifiers)
public int getTargetActions()
public int getGestureModifiers()
All Packages Class Hierarchy This Package Previous Next Index