org.erights.e.meta.org.eclipse.swt.dnd
Class DragSourceEventSugar

java.lang.Object
  |
  +--org.erights.e.meta.org.eclipse.swt.dnd.DragSourceEventSugar

public class DragSourceEventSugar
extends Object

Untamed:

Author:
Mark S. Miller

Constructor Summary
DragSourceEventSugar()
          Enabled:
 
Method Summary
static void setDragData(DragSourceEvent self, Object newData)
          Enabled: Works around the fact that we've suppressed 'data' in DragSourceEvent's superclass, TypedEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragSourceEventSugar

public DragSourceEventSugar()
Enabled:

Method Detail

setDragData

public static void setDragData(DragSourceEvent self,
                               Object newData)
Enabled: Works around the fact that we've suppressed 'data' in DragSourceEvent's superclass, TypedEvent



comments?