public class DragSourceAdapter extends java.lang.Object implements IDragSourceListener
| Constructor and Description | 
|---|
DragSourceAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dragFinished(IDragEvent event,
            DropAction dropAction)  | 
void | 
dragSetData(IDragEvent event,
           IVetoable veto,
           TransferType<?> transferType,
           IDragDataResponse dragData)  | 
void | 
dragStart(IDragEvent event,
         IVetoable veto)  | 
public void dragStart(IDragEvent event, IVetoable veto)
dragStart in interface IDragSourceListenerpublic void dragSetData(IDragEvent event, IVetoable veto, TransferType<?> transferType, IDragDataResponse dragData)
dragSetData in interface IDragSourceListenerpublic void dragFinished(IDragEvent event, DropAction dropAction)
dragFinished in interface IDragSourceListenerSiehe auch Jowidgets Nutzerhandbuch