public class DropEvent extends DragAndDropEvent
Constructor and Description |
---|
DropEvent(Display<?> display,
InputModifiers modifiers,
int x,
int y,
DragAndDropData data) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSuccessful()
Gets whether the drop operation was successful.
|
void |
setSuccessful(boolean successful)
Sets whether the drop operation was successful.
|
String |
toString() |
getData
getModifiers, getX, getY
getDisplay
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public DropEvent(Display<?> display, InputModifiers modifiers, int x, int y, DragAndDropData data)
public boolean isSuccessful()
public void setSuccessful(boolean successful)
public String toString()
toString
in class DragAndDropEvent
Copyright © 2015–2022 SciJava. All rights reserved.