Changed Methods |
void dragDropEnd(DragSourceDropEvent )
|
Documentation changed from old to new. |
This method is invoked to signify that the Drag and Drop operation is complete. |
void dragEnter(DragSourceDragEvent )
|
Documentation changed from old to new. |
Called as the cursor's hotspot enters a platform-dependent drop site. |
void dragExit(DragSourceEvent )
|
Documentation changed from old to new. |
Called as the cursor's hotspot exits a platform-dependent drop site. |
void dragOver(DragSourceDragEvent )
|
Documentation changed from old to new. |
Called as the cursor's hotspot moves over a platform-dependent drop site. |
void dropActionChanged(DragSourceDragEvent )
|
Documentation changed from old to new. |
Called when the user has modified the drop gesture. |