java.awt.dnd
Class DragSourceDropEvent

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

public class DragSourceDropEvent
extends DragSourceEvent

Since:
1.2 Written using JDK 1.4.1 Online API Status: JDK 1.4 complete
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragSourceDropEvent(DragSourceContext context)
           
DragSourceDropEvent(DragSourceContext context, int dropAction, boolean dropSuccess)
           
DragSourceDropEvent(DragSourceContext context, int dropAction, boolean dropSuccess, int x, int y)
           
 
Method Summary
 int getDropAction()
           
 boolean getDropSuccess()
           
 
Methods inherited from class java.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 dropAction,
                           boolean dropSuccess)

DragSourceDropEvent

public DragSourceDropEvent(DragSourceContext context,
                           int dropAction,
                           boolean dropSuccess,
                           int x,
                           int y)
Method Detail

getDropAction

public int getDropAction()

getDropSuccess

public boolean getDropSuccess()