FileDocCategorySizeDatePackage
DragSourceContextPeer.javaAPI DocJava SE 5 API1383Fri Aug 26 14:56:48 BST 2005java.awt.dnd.peer

DragSourceContextPeer

public interface DragSourceContextPeer

This interface is supplied by the underlying window system platform to expose the behaviors of the Drag and Drop system to an originator of the same

version
1.15, 12/19/03
since
1.2

Fields Summary
Constructors Summary
Methods Summary
public java.awt.CursorgetCursor()
return the current drag cursor

public voidsetCursor(java.awt.Cursor c)
set the current drag cursor

public voidstartDrag(java.awt.dnd.DragSourceContext dsc, java.awt.Cursor c, java.awt.Image dragImage, java.awt.Point imageOffset)
start a drag

public voidtransferablesFlavorsChanged()
notify the peer that the Transferables DataFlavors have changed