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 FeatureStructureTransfer
Returns the singleton instance of the FeatureStructureTransfer.Methods inherited from class org.apache.uima.caseditor.editor.util.ObjectTransfer
getTypeIds, getTypeNames, javaToNative, nativeToJava
Methods inherited from class org.eclipse.swt.dnd.ByteArrayTransfer
getSupportedTypes, isSupportedType
Methods 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
-