swingwt.awt.dnd
Class DropTargetDragEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.dnd.DropTargetEvent
          extended byswingwt.awt.dnd.DropTargetDragEvent
All Implemented Interfaces:
java.io.Serializable

public class DropTargetDragEvent
extends DropTargetEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class swingwt.awt.dnd.DropTargetEvent
context
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DropTargetDragEvent(DropTargetContext context, Point cursorLocation, int dropAction, int srcActions)
           
 
Methods inherited from class swingwt.awt.dnd.DropTargetEvent
getDropTargetContext
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DropTargetDragEvent

public DropTargetDragEvent(DropTargetContext context,
                           Point cursorLocation,
                           int dropAction,
                           int srcActions)