swingwt.awt.dnd
Class DragSourceDropEvent

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

public class DragSourceDropEvent
extends DragSourceEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragSourceDropEvent(DragSourceContext context)
           
DragSourceDropEvent(DragSourceContext context, int action, boolean success)
           
DragSourceDropEvent(DragSourceContext context, int action, boolean success, int x, int y)
           
 
Methods inherited from class swingwt.awt.dnd.DragSourceEvent
getDragSourceContext, getLocation, getX, getY
 
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

DragSourceDropEvent

public DragSourceDropEvent(DragSourceContext context)

DragSourceDropEvent

public DragSourceDropEvent(DragSourceContext context,
                           int action,
                           boolean success,
                           int x,
                           int y)

DragSourceDropEvent

public DragSourceDropEvent(DragSourceContext context,
                           int action,
                           boolean success)