swingwt.awt.dnd
Class DragGestureEvent
java.lang.Object
java.util.EventObject
swingwt.awt.dnd.DragGestureEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DragGestureEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
DragGestureEvent
public DragGestureEvent(DragGestureRecognizer dgr,
int act,
Point ori,
java.util.List evs)
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