Package com._1c.g5.v8.dt.moxel
Class MoxelTransferDrawing
- java.lang.Object
- 
- org.eclipse.swt.dnd.Transfer
- 
- org.eclipse.swt.dnd.ByteArrayTransfer
- 
- com._1c.g5.v8.dt.moxel.AbstarctMoxelTransfer
- 
- com._1c.g5.v8.dt.moxel.MoxelTransferDrawing
 
 
 
 
- 
 public class MoxelTransferDrawing extends AbstarctMoxelTransfer The classMoxelTransferDrawingprovides a platform-specific mechanism for converting v8 spreadsheet drawing represented as a javaSpreadsheetDocumentto a platform specific representation of the data and vice versa.- See Also:
- AbstarctMoxelTransfer
 
- 
- 
Constructor SummaryConstructors Constructor Description MoxelTransferDrawing(org.eclipse.emf.ecore.EObject context)Creates new instance ofMoxelTransferDrawing
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int[]getTypeIds()Get array of available type idsprotected String[]getTypeNames()Get array of available type names- 
Methods inherited from class com._1c.g5.v8.dt.moxel.AbstarctMoxelTransferjavaToNative, nativeToJava, validate
 
- 
 
- 
- 
- 
Constructor Detail- 
MoxelTransferDrawingpublic MoxelTransferDrawing(org.eclipse.emf.ecore.EObject context) Creates new instance ofMoxelTransferDrawing- Parameters:
- context- context of target spreadsheet, may be- nullif spreadsheet is not include to configuration.
 
 
- 
 - 
Method Detail- 
getTypeNamesprotected String[] getTypeNames() Description copied from class:AbstarctMoxelTransferGet array of available type names- Specified by:
- getTypeNamesin class- AbstarctMoxelTransfer
- Returns:
- array of available type names
 
 - 
getTypeIdsprotected int[] getTypeIds() Description copied from class:AbstarctMoxelTransferGet array of available type ids- Specified by:
- getTypeIdsin class- AbstarctMoxelTransfer
- Returns:
- array of available type ids
 
 
- 
 
-