API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.dnd.peer. DragSourceContextPeer View Source
Author(s)
Since
1.2
Version
1.16, 11/17/05
Serial
Hierarchy
 DragSourceContextPeer
Subinterfaces
Description
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
See also:   
Methods
Hide/Show inherited methods
public Cursor getCursor ()
return the current drag cursor
public void setCursor (Cursor c) throws InvalidDnDOperationException
set the current drag cursor
public void startDrag (DragSourceContext dsc, Cursor c, Image dragImage, Point imageOffset) throws InvalidDnDOperationException
start a drag
public void transferablesFlavorsChanged ()
notify the peer that the Transferables DataFlavors have changed
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar