public abstract class DragAndDropEvent extends InputEvent
| Constructor and Description | 
|---|
DragAndDropEvent(Display<?> display)  | 
DragAndDropEvent(Display<?> display,
                DragAndDropData data)  | 
DragAndDropEvent(Display<?> display,
                InputModifiers modifiers,
                int x,
                int y,
                DragAndDropData data)  | 
| Modifier and Type | Method and Description | 
|---|---|
DragAndDropData | 
getData()
Gets the drag-and-drop data. 
 | 
String | 
toString()  | 
getModifiers, getX, getYgetDisplayconsume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumedcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetContextpublic DragAndDropEvent(Display<?> display)
public DragAndDropEvent(Display<?> display, DragAndDropData data)
public DragAndDropEvent(Display<?> display, InputModifiers modifiers, int x, int y, DragAndDropData data)
public DragAndDropData getData()
public String toString()
toString in class InputEventCopyright © 2015–2022 SciJava. All rights reserved.