Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.dnd

Class DragGestureEvent

java.lang.Object
|
+--java.util.EventObject
   |
   +--java.awt.dnd.DragGestureEvent


public class DragGestureEvent

extends EventObject

STUBBED

Since:See Also:

Constructor Summary

DragGestureEvent(java.awt.dnd.DragGestureRecognizer dgr, int action, java.awt.Point origin, java.util.List events)

Method Summary

java.awt.ComponentgetComponent()

intgetDragAction()

java.awt.PointgetDragOrigin()

java.awt.dnd.DragSourcegetDragSource()

java.awt.dnd.DragGestureRecognizergetSourceAsDragGestureRecognizer()

java.awt.event.InputEventgetTriggerEvent()

java.util.Iteratoriterator()

voidstartDrag(java.awt.Cursor dragCursor, java.awt.datatransfer.Transferable trans)

Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
voidstartDrag(java.awt.Cursor dragCursor, java.awt.datatransfer.Transferable trans, java.awt.dnd.DragSourceListener l)

Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
voidstartDrag(java.awt.Cursor dragCursor, java.awt.Image dragImage, java.awt.Point imageOffset, java.awt.datatransfer.Transferable trans, java.awt.dnd.DragSourceListener l)

Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
java.lang.Object[]toArray()

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

Constructor Details

DragGestureEvent

public DragGestureEvent(java.awt.dnd.DragGestureRecognizer dgr, int action, java.awt.Point origin, java.util.List events)

Parameters:


Method Details

getComponent

public Component getComponent()


getDragAction

public int getDragAction()


getDragOrigin

public Point getDragOrigin()


getDragSource

public DragSource getDragSource()


getSourceAsDragGestureRecognizer

public DragGestureRecognizer getSourceAsDragGestureRecognizer()


getTriggerEvent

public InputEvent getTriggerEvent()


iterator

public Iterator iterator()


startDrag

public void startDrag(java.awt.Cursor dragCursor, java.awt.Image dragImage, java.awt.Point imageOffset, java.awt.datatransfer.Transferable trans, java.awt.dnd.DragSourceListener l)

Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.

Parameters:

Throws:


startDrag

public void startDrag(java.awt.Cursor dragCursor, java.awt.datatransfer.Transferable trans)

Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.

Parameters:

Throws:


startDrag

public void startDrag(java.awt.Cursor dragCursor, java.awt.datatransfer.Transferable trans, java.awt.dnd.DragSourceListener l)

Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.

Parameters:

Throws:


toArray

public Object[] toArray()


toArray

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

Parameters: