public interface

DragSourceContextPeer

java.awt.dnd.peer.DragSourceContextPeer
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract Cursor getCursor()
return the current drag cursor
abstract void setCursor(Cursor c)
set the current drag cursor
abstract void startDrag(DragSourceContext dsc, Cursor c, Image dragImage, Point imageOffset)
start a drag
abstract void transferablesFlavorsChanged()
notify the peer that the Transferables DataFlavors have changed

Public Methods

public abstract Cursor getCursor ()

return the current drag cursor

public abstract void setCursor (Cursor c)

set the current drag cursor

public abstract void startDrag (DragSourceContext dsc, Cursor c, Image dragImage, Point imageOffset)

start a drag

public abstract void transferablesFlavorsChanged ()

notify the peer that the Transferables DataFlavors have changed