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.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.

See Also:
DragSource.setDragSourceEffect(DragSourceEffect)
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) Gallery g  
  • Constructor Summary

    Constructors 
    Constructor Description
    GalleryDragSourceEffect​(Gallery gallery)
    Creates the drag source effect.
  • Method Summary

    Modifier and Type Method Description
    void dragStart​(org.eclipse.swt.dnd.DragSourceEvent event)  

    Methods inherited from class org.eclipse.swt.dnd.DragSourceEffect

    getControl

    Methods inherited from class org.eclipse.swt.dnd.DragSourceAdapter

    dragFinished, dragSetData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • dragStart

      public void dragStart​(org.eclipse.swt.dnd.DragSourceEvent event)
      Specified by:
      dragStart in interface org.eclipse.swt.dnd.DragSourceListener
      Overrides:
      dragStart in class org.eclipse.swt.dnd.DragSourceAdapter