| java.lang.Object org.apache.harmony.awt.datatransfer.windows.WinDragSource
WinDragSource | public class WinDragSource implements DragSourceContextPeer(Code) | | Starts drag operation and handles callbacks from OLE.
The callbacks simply do EventQueue.invokeLater(new DragSourceEventProxy(...))
|
WinDragSource | public WinDragSource()(Code) | | |
continueDrag | public void continueDrag()(Code) | | Called from native method WinDragSource::QueryContinueDrag()
|
endDrag | public void endDrag(int winAction, boolean success)(Code) | | Called from native method WinDataTransfer::startDrag()
after drag operation is finished
Parameters: winAction - - drop action taken Parameters: success - - drop was completed successfully |
getDndActions | static int getDndActions(int winActions)(Code) | | |
getWinActions | static int getWinActions(int dndActions)(Code) | | |
giveFeedback | public void giveFeedback(int winActions, boolean scroll)(Code) | | Called from native method WinDragSource::GiveFeedback()
Parameters: winActions - - drop actions acceptable for drop target Parameters: scroll - - scrolling is asked by drop target |
transferablesFlavorsChanged | public void transferablesFlavorsChanged()(Code) | | |
|
|