Class GalleryDragSourceEffect
- java.lang.Object
-
- org.eclipse.swt.dnd.DragSourceAdapter
-
- org.eclipse.swt.dnd.DragSourceEffect
-
- org.eclipse.nebula.widgets.gallery.GalleryDragSourceEffect
-
- All Implemented Interfaces:
java.util.EventListener,org.eclipse.swt.dnd.DragSourceListener,org.eclipse.swt.internal.SWTEventListener
public class GalleryDragSourceEffect extends org.eclipse.swt.dnd.DragSourceEffectVisual 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.
- See Also:
DragSource.setDragSourceEffect(DragSourceEffect)
-
-
Constructor Summary
Constructors Constructor Description GalleryDragSourceEffect(Gallery gallery)Creates the drag source effect.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddragStart(org.eclipse.swt.dnd.DragSourceEvent event)
-