Class FeatureStructureTransfer
java.lang.Object
org.eclipse.swt.dnd.Transfer
org.eclipse.swt.dnd.ByteArrayTransfer
org.apache.uima.caseditor.editor.util.ObjectTransfer
org.apache.uima.caseditor.editor.util.FeatureStructureTransfer
This class is able to transfer a
FeatureStructure objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureStructureTransferReturns the singleton instance of the FeatureStructureTransfer.Methods inherited from class org.apache.uima.caseditor.editor.util.ObjectTransfer
getTypeIds, getTypeNames, javaToNative, nativeToJavaMethods inherited from class org.eclipse.swt.dnd.ByteArrayTransfer
getSupportedTypes, isSupportedTypeMethods inherited from class org.eclipse.swt.dnd.Transfer
registerType, validate
-
Method Details
-
getInstance
Returns the singleton instance of the FeatureStructureTransfer.- Returns:
- the only FeatureStructureTransfer object
-