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
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 |
DragSourceEventSugar
public DragSourceEventSugar()
- Enabled:
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?