DropTargetDropEvent(DropTargetContext, Point, int, int)
|
Documentation changed from old to new. |
Construct a DropTargetDropEvent given the DropTargetContext for this operation the location of the drag Cursor 's hotspot in the Component 's coordinates the currently selected user drop action and the current set of actions supported by the source. |
DropTargetDropEvent(DropTargetContext, Point, int, int, boolean)
|
Documentation changed from old to new. |
Construct a DropTargetEvent given the DropTargetContext for this operation the location of the drag Cursor 's hotspot in the Component 's coordinates the currently selected user drop action the current set of actions supported by the source and a boolean indicating if the source is in the same JVM as the target. |