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 classMoxelTransferDrawing
provides a platform-specific mechanism for converting v8 spreadsheet drawing represented as a javaSpreadsheetDocument
to a platform specific representation of the data and vice versa.- See Also:
AbstarctMoxelTransfer
-
-
Constructor Summary
Constructors Constructor Description MoxelTransferDrawing(org.eclipse.emf.ecore.EObject context)
Creates new instance ofMoxelTransferDrawing
-
Method Summary
All 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.AbstarctMoxelTransfer
javaToNative, nativeToJava, validate
-
-
-
-
Constructor Detail
-
MoxelTransferDrawing
public MoxelTransferDrawing(org.eclipse.emf.ecore.EObject context)
Creates new instance ofMoxelTransferDrawing
- Parameters:
context
- context of target spreadsheet, may benull
if spreadsheet is not include to configuration.
-
-
Method Detail
-
getTypeNames
protected String[] getTypeNames()
Description copied from class:AbstarctMoxelTransfer
Get array of available type names- Specified by:
getTypeNames
in classAbstarctMoxelTransfer
- Returns:
- array of available type names
-
getTypeIds
protected int[] getTypeIds()
Description copied from class:AbstarctMoxelTransfer
Get array of available type ids- Specified by:
getTypeIds
in classAbstarctMoxelTransfer
- Returns:
- array of available type ids
-
-