A DropTargetContext is created
whenever the logical cursor associated
with a Drag and Drop operation coincides with the visible geometry of
a Component associated with a DropTarget.
The DropTargetContext provides
the mechanism for a potential receiver
of a drop operation to both provide the end user with the appropriate
drag under feedback, but also to effect the subsequent data transfer
if appropriate.
version: 1.44, 05/05/07 since: 1.2
Inner Class :protected class TransferableProxy implements Transferable
createTransferableProxy(Transferable t, boolean local) Creates a TransferableProxy to proxy for the specified
Transferable.
Parameters: t - the Transferable to be proxied Parameters: local - true if t representsthe result of a local drag-n-drop operation.
public void
dropComplete(boolean success) This method signals that the drop is completed and
if it was successful or not.
Creates a TransferableProxy to proxy for the specified
Transferable.
Parameters: t - the Transferable to be proxied Parameters: local - true if t representsthe result of a local drag-n-drop operation. the new TransferableProxy instance.