public class WorkflowDragSource
extends java.awt.dnd.DragSource
Constructor and Description |
---|
WorkflowDragSource() |
Modifier and Type | Method and Description |
---|---|
java.awt.datatransfer.FlavorMap |
getFlavorMap()
Returns the flavor map.
|
void |
startDrag(java.awt.dnd.DragGestureEvent trigger,
java.awt.Cursor dragCursor,
java.awt.Image dragImage,
java.awt.Point imageOffset,
java.awt.datatransfer.Transferable transferable,
java.awt.dnd.DragSourceListener dsl,
java.awt.datatransfer.FlavorMap flavorMap)
Starts the drag operation for a drag context
|
addDragSourceListener, addDragSourceMotionListener, createDefaultDragGestureRecognizer, createDragGestureRecognizer, getDefaultDragSource, getDragSourceListeners, getDragSourceMotionListeners, getDragThreshold, getListeners, isDragImageSupported, removeDragSourceListener, removeDragSourceMotionListener, startDrag, startDrag, startDrag
public void startDrag(java.awt.dnd.DragGestureEvent trigger, java.awt.Cursor dragCursor, java.awt.Image dragImage, java.awt.Point imageOffset, java.awt.datatransfer.Transferable transferable, java.awt.dnd.DragSourceListener dsl, java.awt.datatransfer.FlavorMap flavorMap) throws java.awt.dnd.InvalidDnDOperationException
startDrag
in class java.awt.dnd.DragSource
trigger
- The DragGestureEventdragCursor
- The initial cursordragImage
- The image to be show during draggingimageOffset
- The offset of the image from the cursortransferable
- The object transferred by the dropdsl
- The drag source listenerflavorMap
- The flavor map for the transferjava.awt.dnd.InvalidDnDOperationException
public java.awt.datatransfer.FlavorMap getFlavorMap()
getFlavorMap
in class java.awt.dnd.DragSource