org.erights.e.meta.org.eclipse.swt.dnd
Class DropTargetEventSugar
java.lang.Object
|
+--org.erights.e.meta.org.eclipse.swt.dnd.DropTargetEventSugar
- public class DropTargetEventSugar
- extends Object
Untamed:
- Author:
- Mark S. Miller
Method Summary |
static Object |
getDropData(DropTargetEvent self)
Enabled: Works around the fact that we've suppressed 'data' in DropTargetEvent's
superclass, TypedEvent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropTargetEventSugar
public DropTargetEventSugar()
- Enabled:
getDropData
public static Object getDropData(DropTargetEvent self)
- Enabled: Works around the fact that we've suppressed 'data' in DropTargetEvent's
superclass, TypedEvent.
comments?