java.awt.dnd
Class DragSourceEvent

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

public class DragSourceEvent
extends EventObject

Since:
1.2
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragSourceEvent(DragSourceContext context)
           
DragSourceEvent(DragSourceContext context, 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 context)

DragSourceEvent

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

getDragSourceContext

public DragSourceContext getDragSourceContext()

getLocation

public Point getLocation()

getX

public int getX()

getY

public int getY()