void |
dragEnter(DropTargetEvent event)
The cursor has entered the drop target boundaries. |
void |
dragLeave(DropTargetEvent event)
The cursor has left the drop target boundaries OR the drop has been cancelled OR the data is about to be dropped. |
void |
dragOperationChanged(DropTargetEvent event)
The operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging). |
void |
dragOver(DropTargetEvent event)
The cursor is moving over the drop target. |
void |
drop(DropTargetEvent event)
The data is being dropped. |
void |
dropAccept(DropTargetEvent event)
The drop is about to be performed. |