swingwt.awt.dnd
Class DragSourceDropEvent
java.lang.Object
java.util.EventObject
swingwt.awt.dnd.DragSourceEvent
swingwt.awt.dnd.DragSourceDropEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DragSourceDropEvent
- extends DragSourceEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
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)