TransferDragSourceListener
is a DragSourceListener
that can handle one type of SWT {@link Transfer}. The purpose of a TransferDragSourceListener
is to: TransferDragSourceListener
will not be used in a drag operation if the DragSourceEvent#doit
field is set to false in DragSourceListener#dragStart(DragSourceEvent)
. Transfer
type. A DelegatingDragAdapter
allows these functions to be implemented separately for unrelated types of drags. DelegatingDragAdapter
then combines the function of each TransferDragSourceListener
, while allowing them to be implemented as if they were the only DragSourceListener
.
|
|