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 SummaryConstructors Constructor Description MoxelTransferCells(org.eclipse.emf.ecore.EObject context)Creates new instance ofMoxelTransferCells
 - 
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- 
MoxelTransferCellspublic MoxelTransferCells(org.eclipse.emf.ecore.EObject context) Creates new instance ofMoxelTransferCells- 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
 
 
- 
 
-