java.awt.dnd
Class DragGestureEvent
java.lang.Object
|
+--java.util.EventObject
|
+--java.awt.dnd.DragGestureEvent
STUBBED
Since:See Also:
DragGestureEvent
public DragGestureEvent(java.awt.dnd.DragGestureRecognizer dgr, int action, java.awt.Point origin, java.util.List events)
Parameters:
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:
InvalidDnDOperationException
- If the Drag and Drop system is
unable to initiate a drag operation, or if the user attempts to start
a drag while an existing drag operation is still executing.
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:
InvalidDnDOperationException
- If the Drag and Drop system is
unable to initiate a drag operation, or if the user attempts to start
a drag while an existing drag operation is still executing.
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:
InvalidDnDOperationException
- If the Drag and Drop system is
unable to initiate a drag operation, or if the user attempts to start
a drag while an existing drag operation is still executing.
toArray
public Object[] toArray()
toArray
public Object[] toArray(java.lang.Object[] array)
Parameters: