java.awt.dnd
public class DragSourceDropEvent extends DragSourceEvent
Since: 1.2 Written using JDK 1.4.1 Online API Status: JDK 1.4 complete
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() |