public class FIBSwingEditableViewDelegate.MoveDSListener extends Object implements DragSourceListener
DragSourceListener
,
DragSource
,
StringSelection
Constructor and Description |
---|
MoveDSListener() |
Modifier and Type | Method and Description |
---|---|
void |
dragDropEnd(DragSourceDropEvent e) |
void |
dragEnter(DragSourceDragEvent e) |
void |
dragExit(DragSourceEvent e) |
void |
dragOver(DragSourceDragEvent e) |
void |
dropActionChanged(DragSourceDragEvent e)
for example, press shift during drag to change to a link action
|
public void dragDropEnd(DragSourceDropEvent e)
dragDropEnd
in interface DragSourceListener
e
- the eventpublic void dragEnter(DragSourceDragEvent e)
dragEnter
in interface DragSourceListener
e
- the eventpublic void dragOver(DragSourceDragEvent e)
dragOver
in interface DragSourceListener
e
- the eventpublic void dragExit(DragSourceEvent e)
dragExit
in interface DragSourceListener
e
- the eventpublic void dropActionChanged(DragSourceDragEvent e)
dropActionChanged
in interface DragSourceListener
e
- the eventCopyright © 2022 Openflexo. All rights reserved.