DragSourceDragEvent(DragSourceContext dsc,
int dropAction,
int action,
int modifiers) |
Constructs a DragSourceDragEvent .
|
DragSourceDragEvent(DragSourceContext dsc,
int dropAction,
int action,
int modifiers,
int x,
int y) |
Constructs a DragSourceDragEvent given the specified
DragSourceContext , user drop action, target drop action,
modifiers and coordinates.
|
DragSourceDropEvent(DragSourceContext dsc) |
Construct a DragSourceDropEvent
for a drag that does not result in a drop.
|
DragSourceDropEvent(DragSourceContext dsc,
int action,
boolean success) |
Construct a DragSourceDropEvent for a drop,
given the
DragSourceContext , the drop action,
and a boolean indicating if the drop was successful.
|
DragSourceDropEvent(DragSourceContext dsc,
int action,
boolean success,
int x,
int y) |
Construct a DragSourceDropEvent for a drop, given the
DragSourceContext , the drop action, a boolean
indicating if the drop was successful, and coordinates.
|
DragSourceEvent(DragSourceContext dsc) |
Construct a DragSourceEvent
given a specified DragSourceContext .
|
DragSourceEvent(DragSourceContext dsc,
int x,
int y) |
Construct a DragSourceEvent given a specified
DragSourceContext , and coordinates of the cursor
location.
|