| java.awt.dnd.peer.DragSourceContextPeer
DragSourceContextPeer | public interface DragSourceContextPeer (Code) | |
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.24, 06/05/07 since: 1.2 |
getCursor | Cursor getCursor()(Code) | | return the current drag cursor
|
transferablesFlavorsChanged | void transferablesFlavorsChanged()(Code) | | notify the peer that the Transferables DataFlavors have changed
|
|
|