swingwt.awt.dnd
Class DragSourceEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.dnd.DragSourceEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DragSourceDragEvent, DragSourceDropEvent

public class DragSourceEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragSourceEvent(DragSourceContext dsc)
           
DragSourceEvent(DragSourceContext dsc, int x, int y)
           
 
Method Summary
 DragSourceContext getDragSourceContext()
           
 Point getLocation()
           
 int getX()
           
 int 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

DragSourceEvent

public DragSourceEvent(DragSourceContext dsc)

DragSourceEvent

public DragSourceEvent(DragSourceContext dsc,
                       int x,
                       int y)
Method Detail

getDragSourceContext

public DragSourceContext getDragSourceContext()

getLocation

public Point getLocation()

getX

public int getX()

getY

public int getY()