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 DragGestureListener
public void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd
in interface DragSourceListener
public void dragEnter(DragSourceDragEvent dsde)
dragEnter
in interface DragSourceListener
public void dragExit(DragSourceEvent dse)
dragExit
in interface DragSourceListener
public void dragOver(DragSourceDragEvent dsde)
dragOver
in interface DragSourceListener
public void dropActionChanged(DragSourceDragEvent dsde)
dropActionChanged
in interface DragSourceListener
Copyright © 2019. All Rights Reserved.