swingwt.awt.dnd
Class DropTargetDropEvent

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

public class DropTargetDropEvent
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
DropTargetDropEvent(DropTargetContext context, Point cursorLocation, int dropAction, int srcActions)
           
DropTargetDropEvent(DropTargetContext context, Point cursorLocation, int dropAction, int srcActions, boolean isLocal)
           
 
Method Summary
 Point getLocation()
           
 Transferable getTransferable()
           
 
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

DropTargetDropEvent

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

DropTargetDropEvent

public DropTargetDropEvent(DropTargetContext context,
                           Point cursorLocation,
                           int dropAction,
                           int srcActions,
                           boolean isLocal)
Method Detail

getTransferable

public Transferable getTransferable()

getLocation

public Point getLocation()