|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A TransferDragSourceListener
is a DragSourceListener
that can handle one type of SWT 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
.
Method Summary | |
---|---|
Transfer |
getTransfer()
Returns the Transfer type that this listener can provide data for. |
Methods inherited from interface org.eclipse.swt.dnd.DragSourceListener |
---|
dragFinished, dragSetData, dragStart |
Method Detail |
public Transfer getTransfer()
Transfer
type that this listener can provide data for.
Transfer
associated with this listener
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.