org.eclipse.swt.events
Class DragDetectEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.swt.internal.SWTEventObject
          extended by org.eclipse.swt.events.TypedEvent
              extended by org.eclipse.swt.events.MouseEvent
                  extended by org.eclipse.swt.events.DragDetectEvent
All Implemented Interfaces:
java.io.Serializable

public final class DragDetectEvent
extends MouseEvent

Instances of this class are sent as a result of a drag gesture.

Since:
3.3
See Also:
DragDetectListener, Sample code and further information, Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.swt.events.MouseEvent
button, count, stateMask, x, y
 
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragDetectEvent(Event e)
          Constructs a new instance of this class based on the information in the given untyped event.
 
Method Summary
 
Methods inherited from class org.eclipse.swt.events.MouseEvent
toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DragDetectEvent

public DragDetectEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event.

Parameters:
e - the untyped event containing the information