swingwt.awt.dnd
Class DragGestureEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.dnd.DragGestureEvent
All Implemented Interfaces:
java.io.Serializable

public class DragGestureEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragGestureEvent(DragGestureRecognizer dgr, int act, Point ori, java.util.List evs)
           
 
Method Summary
 Component getComponent()
           
 int getDragAction()
           
 Point getDragOrigin()
           
 org.eclipse.swt.dnd.DragSource getDragSource()
           
 DragGestureRecognizer getSourceAsDragGestureRecognizer()
           
 InputEvent getTriggerEvent()
           
 java.util.Iterator iterator()
           
 void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl)
           
 void startDrag(Cursor dragCursor, Transferable transferable)
           
 void startDrag(Cursor dragCursor, Transferable transferable, DragSourceListener dsl)
           
 java.lang.Object[] toArray()
           
 java.lang.Object[] toArray(java.lang.Object[] array)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DragGestureEvent

public DragGestureEvent(DragGestureRecognizer dgr,
                        int act,
                        Point ori,
                        java.util.List evs)
Method Detail

getSourceAsDragGestureRecognizer

public DragGestureRecognizer getSourceAsDragGestureRecognizer()

getComponent

public Component getComponent()

getDragSource

public org.eclipse.swt.dnd.DragSource getDragSource()

getDragOrigin

public Point getDragOrigin()

iterator

public java.util.Iterator iterator()

toArray

public java.lang.Object[] toArray()

toArray

public java.lang.Object[] toArray(java.lang.Object[] array)

getDragAction

public int getDragAction()

getTriggerEvent

public InputEvent getTriggerEvent()

startDrag

public void startDrag(Cursor dragCursor,
                      Transferable transferable)
               throws InvalidDnDOperationException
Throws:
InvalidDnDOperationException

startDrag

public void startDrag(Cursor dragCursor,
                      Transferable transferable,
                      DragSourceListener dsl)
               throws InvalidDnDOperationException
Throws:
InvalidDnDOperationException

startDrag

public void startDrag(Cursor dragCursor,
                      Image dragImage,
                      Point imageOffset,
                      Transferable transferable,
                      DragSourceListener dsl)
               throws InvalidDnDOperationException
Throws:
InvalidDnDOperationException