public class SoapUIDragAndDropHandler extends Object implements DragGestureListener, DragSourceListener
| Modifier and Type | Field and Description | 
|---|---|
| static int | ON_RANGE | 
| Constructor and Description | 
|---|
| SoapUIDragAndDropHandler(SoapUIDragAndDropable target,
                        int dropType) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | addDropHandler(ModelItemDropHandler dropHandler) | 
| void | dragDropEnd(DragSourceDropEvent dsde) | 
| void | dragEnter(DragSourceDragEvent dsde) | 
| void | dragExit(DragSourceEvent dse) | 
| void | dragGestureRecognized(DragGestureEvent e) | 
| void | dragOver(DragSourceDragEvent dsde) | 
| void | dropActionChanged(DragSourceDragEvent dsde) | 
public static final int ON_RANGE
public SoapUIDragAndDropHandler(SoapUIDragAndDropable target, int dropType)
public static void addDropHandler(ModelItemDropHandler dropHandler)
public void dragGestureRecognized(DragGestureEvent e)
dragGestureRecognized in interface DragGestureListenerpublic void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd in interface DragSourceListenerpublic void dragEnter(DragSourceDragEvent dsde)
dragEnter in interface DragSourceListenerpublic void dragExit(DragSourceEvent dse)
dragExit in interface DragSourceListenerpublic void dragOver(DragSourceDragEvent dsde)
dragOver in interface DragSourceListenerpublic void dropActionChanged(DragSourceDragEvent dsde)
dropActionChanged in interface DragSourceListenerCopyright © 2019. All Rights Reserved.