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, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getMIMEType, isSupportedsetContextpublic AWTDragAndDropData(Context context, Transferable t)
public boolean isSupported(MIMEType mimeType)
DragAndDropDatapublic Object getData(MIMEType mimeType)
DragAndDropDataDragEnterEvent rather than a DropEvent.public ArrayList<MIMEType> getMIMETypes()
DragAndDropDataCopyright © 2015–2022 SciJava. All rights reserved.