Package | Description |
---|---|
org.scijava.ui.awt | |
org.scijava.ui.dnd |
Modifier and Type | Method and Description |
---|---|
ArrayList<MIMEType> |
AWTDragAndDropData.getMIMETypes() |
Modifier and Type | Method and Description |
---|---|
Object |
AWTDragAndDropData.getData(MIMEType mimeType) |
boolean |
AWTDragAndDropData.isSupported(MIMEType mimeType) |
Modifier and Type | Method and Description |
---|---|
default MIMEType |
DragAndDropData.getMIMEType(Class<?> type)
Gets the best supported MIME type matching the given Java class.
|
Modifier and Type | Method and Description |
---|---|
List<MIMEType> |
DragAndDropData.getMIMETypes()
Gets the list of supported MIME types.
|
List<MIMEType> |
DefaultDragAndDropData.getMIMETypes() |
Modifier and Type | Method and Description |
---|---|
Object |
DragAndDropData.getData(MIMEType mimeType)
Gets the data with respect to the given MIME type.
|
Object |
DefaultDragAndDropData.getData(MIMEType mimeType) |
boolean |
MIMEType.isCompatible(MIMEType mimeType)
Gets whether this MIME type is compatible with the given one.
|
boolean |
DragAndDropData.isSupported(MIMEType mimeType)
Gets whether the data can be provided as an object with the given MIME
type.
|
boolean |
DefaultDragAndDropData.isSupported(MIMEType mimeType) |
Constructor and Description |
---|
DefaultDragAndDropData(Context context,
MIMEType mimeType,
Object data) |
Copyright © 2015–2022 SciJava. All rights reserved.