Interface IDragSourceAdapter
- Namespace
- Java.Awt.Dnd
- Assembly
- MASES.JNet.dll
public interface IDragSourceAdapter : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
-
IJVMBridgeBase.CastToAndDetach<TNewClass>()
IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
- Extension Methods
-
Methods
DragDropEnd(DragSourceDropEvent)
void DragDropEnd(DragSourceDropEvent dsde)
Parameters
dsde DragSourceDropEvent
DragEnter(DragSourceDragEvent)
void DragEnter(DragSourceDragEvent dtde)
Parameters
dtde DragSourceDragEvent
DragExit(DragSourceEvent)
void DragExit(DragSourceEvent dte)
Parameters
dte DragSourceEvent
DragMouseMoved(DragSourceDragEvent)
void DragMouseMoved(DragSourceDragEvent dsde)
Parameters
dsde DragSourceDragEvent
DragOver(DragSourceDragEvent)
void DragOver(DragSourceDragEvent dtde)
Parameters
dtde DragSourceDragEvent
DropActionChanged(DragSourceDragEvent)
void DropActionChanged(DragSourceDragEvent dtde)
Parameters
dtde DragSourceDragEvent