@Deprecated public class CustomTransfer extends org.eclipse.swt.dnd.ByteArrayTransfer
| Constructor and Description | 
|---|
CustomTransfer(String name,
              String mime)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMime()
Deprecated.  
  | 
String | 
getName()
Deprecated.  
  | 
protected int[] | 
getTypeIds()
Deprecated.  
  | 
protected String[] | 
getTypeNames()
Deprecated.  
  | 
void | 
javaToNative(Object object,
            org.eclipse.swt.dnd.TransferData transferData)
Deprecated.  
  | 
Object | 
nativeToJava(org.eclipse.swt.dnd.TransferData transferData)
Deprecated.  
  | 
protected boolean | 
validate(Object object)
Deprecated.  
  | 
public String getName()
public String getMime()
public void javaToNative(Object object, org.eclipse.swt.dnd.TransferData transferData)
javaToNative in class org.eclipse.swt.dnd.ByteArrayTransferpublic Object nativeToJava(org.eclipse.swt.dnd.TransferData transferData)
nativeToJava in class org.eclipse.swt.dnd.ByteArrayTransferprotected String[] getTypeNames()
getTypeNames in class org.eclipse.swt.dnd.Transferprotected int[] getTypeIds()
getTypeIds in class org.eclipse.swt.dnd.Transferprotected boolean validate(Object object)
validate in class org.eclipse.swt.dnd.TransferSubmit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 2008, 2020, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.