TransferDropTargetListener
is a DropTragetListener
that handles one type of SWT {@link Transfer}. The purpose of a TransferDropTargetListener
is to: TransferDropTargetListener
will not be used if isEnabled
returns false. DropTarget
. DelegatingDropAdapter
allows these functions to be implemented separately for unrelated types of drags. DelegatingDropAdapter
then combines the function of each TransferDropTargetListener
, while allowing them to be implemented as if they were the only DragSourceListener
.
@since 3.0
|
|