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 IDragSourceListener
public void dragSetData(IDragEvent event, IVetoable veto, TransferType<?> transferType, IDragDataResponse dragData)
dragSetData
in interface IDragSourceListener
public void dragFinished(IDragEvent event, DropAction dropAction)
dragFinished
in interface IDragSourceListener
Siehe auch Jowidgets Nutzerhandbuch