Package com._1c.g5.v8.dt.moxel
Class MoxelTransferCells
- 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.MoxelTransferCells
-
public class MoxelTransferCells extends AbstarctMoxelTransfer
The classMoxelTransferSheetprovides a platform-specific mechanism for converting v8 spreadsheet document represented as a javaSpreadsheetDocumentto a platform specific representation of the data and vice versa.- See Also:
AbstarctMoxelTransfer
-
-
Constructor Summary
Constructors Constructor Description MoxelTransferCells(org.eclipse.emf.ecore.EObject context)Creates new instance ofMoxelTransferCells
-
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
-
MoxelTransferCells
public MoxelTransferCells(org.eclipse.emf.ecore.EObject context)
Creates new instance ofMoxelTransferCells- Parameters:
context- context of target spreadsheet, may benullif spreadsheet is not include to configuration.
-
-
Method Detail
-
getTypeNames
protected String[] getTypeNames()
Description copied from class:AbstarctMoxelTransferGet array of available type names- Specified by:
getTypeNamesin classAbstarctMoxelTransfer- Returns:
- array of available type names
-
getTypeIds
protected int[] getTypeIds()
Description copied from class:AbstarctMoxelTransferGet array of available type ids- Specified by:
getTypeIdsin classAbstarctMoxelTransfer- Returns:
- array of available type ids
-
-