public class DragSourceDropEvent extends DragSourceEvent
source| Constructor and Description |
|---|
DragSourceDropEvent(DragSourceContext context) |
DragSourceDropEvent(DragSourceContext context,
int dropAction,
boolean dropSuccess) |
DragSourceDropEvent(DragSourceContext context,
int dropAction,
boolean dropSuccess,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDropAction() |
boolean |
getDropSuccess() |
getDragSourceContext, getLocation, getX, getYgetSource, toStringpublic DragSourceDropEvent(DragSourceContext context)
public DragSourceDropEvent(DragSourceContext context, int dropAction, boolean dropSuccess)
public DragSourceDropEvent(DragSourceContext context, int dropAction, boolean dropSuccess, int x, int y)
public int getDropAction()
public boolean getDropSuccess()