All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.dnd.DragSourceDragEvent

java.lang.Object
    |
    +----java.util.EventObject
            |
            +----java.awt.dnd.DragSourceEvent
                    |
                    +----java.awt.dnd.DragSourceDragEvent

public class DragSourceDragEvent
extends DragSourceEvent

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.

Since:
JDK1.2

Variable Index

 o gestureModifiers
 o targetActions

Constructor Index

 o DragSourceDragEvent(DragSourceContext, int, int)
construct a DragSourceEvent

Method Index

 o getGestureModifiers()
 o getTargetActions()

Variables

 o targetActions
protected int targetActions
 o gestureModifiers
protected int gestureModifiers

Constructors

 o DragSourceDragEvent
public DragSourceDragEvent(DragSourceContext dsc,
                           int actions,
                           int modifiers)
construct a DragSourceEvent

Methods

 o getTargetActions
public int getTargetActions()
Returns:
the DragSourceContext that sourced this event
 o getGestureModifiers
public int getGestureModifiers()
Returns:
the current device modifiers

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature