public class AWTDragAndDropData extends AbstractDragAndDropData
DragAndDropData
.Constructor and Description |
---|
AWTDragAndDropData(Context context,
Transferable t) |
Modifier and Type | Method and Description |
---|---|
Object |
getData(MIMEType mimeType)
Gets the data with respect to the given MIME type.
|
ArrayList<MIMEType> |
getMIMETypes()
Gets the list of supported MIME types.
|
boolean |
isSupported(MIMEType mimeType)
Gets whether the data can be provided as an object with the given MIME
type.
|
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getData, getMIMEType, isSupported
setContext
public AWTDragAndDropData(Context context, Transferable t)
public boolean isSupported(MIMEType mimeType)
DragAndDropData
public Object getData(MIMEType mimeType)
DragAndDropData
DragEnterEvent
rather than a DropEvent
.public ArrayList<MIMEType> getMIMETypes()
DragAndDropData
Copyright © 2015–2022 SciJava. All rights reserved.