Interface IDragSourceAdapter
Interface for https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/dnd/DragSourceAdapter.html
public interface IDragSourceAdapter : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
- Extension Methods
Methods
DragDropEnd(DragSourceDropEvent)
void DragDropEnd(DragSourceDropEvent dsde)
Parameters
dsdeDragSourceDropEvent
DragEnter(DragSourceDragEvent)
void DragEnter(DragSourceDragEvent dtde)
Parameters
dtdeDragSourceDragEvent
DragExit(DragSourceEvent)
void DragExit(DragSourceEvent dte)
Parameters
dteDragSourceEvent
DragMouseMoved(DragSourceDragEvent)
void DragMouseMoved(DragSourceDragEvent dsde)
Parameters
dsdeDragSourceDragEvent
DragOver(DragSourceDragEvent)
void DragOver(DragSourceDragEvent dtde)
Parameters
dtdeDragSourceDragEvent
DropActionChanged(DragSourceDragEvent)
void DropActionChanged(DragSourceDragEvent dtde)
Parameters
dtdeDragSourceDragEvent