Uses of Class
org.scijava.ui.dnd.MIMEType
-
Packages that use MIMEType Package Description org.scijava.ui.dnd -
-
Uses of MIMEType in org.scijava.ui.dnd
Methods in org.scijava.ui.dnd that return MIMEType Modifier and Type Method Description default MIMETypeDragAndDropData. getMIMEType(Class<?> type)Gets the best supported MIME type matching the given Java class.Methods in org.scijava.ui.dnd that return types with arguments of type MIMEType Modifier and Type Method Description List<MIMEType>DefaultDragAndDropData. getMIMETypes()List<MIMEType>DragAndDropData. getMIMETypes()Gets the list of supported MIME types.Methods in org.scijava.ui.dnd with parameters of type MIMEType Modifier and Type Method Description ObjectDefaultDragAndDropData. getData(MIMEType mimeType)ObjectDragAndDropData. getData(MIMEType mimeType)Gets the data with respect to the given MIME type.booleanMIMEType. isCompatible(MIMEType mimeType)Gets whether this MIME type is compatible with the given one.booleanDefaultDragAndDropData. isSupported(MIMEType mimeType)booleanDragAndDropData. isSupported(MIMEType mimeType)Gets whether the data can be provided as an object with the given MIME type.Constructors in org.scijava.ui.dnd with parameters of type MIMEType Constructor Description DefaultDragAndDropData(Context context, MIMEType mimeType, Object data)
-