public class GalleryDragSourceEffect
extends org.eclipse.swt.dnd.DragSourceEffect
Visual effect for drag and drop operators on GalleryItem. This effect has to
be set in
DragSource.setDragSourceEffect(DragSourceEffect)
NOTE: THIS WIDGET AND ITS API ARE STILL UNDER DEVELOPMENT.
DragSource.setDragSourceEffect(DragSourceEffect)
Constructor | Description |
---|---|
GalleryDragSourceEffect(Gallery gallery) |
Creates the drag source effect.
|
Modifier and Type | Method | Description |
---|---|---|
void |
dragStart(org.eclipse.swt.dnd.DragSourceEvent event) |
public GalleryDragSourceEffect(Gallery gallery)
gallery
-