Uses of Interface
com._1c.g5.v8.dt.moxel.Column
- 
Packages that use Column Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util com._1c.g5.v8.dt.qw.ui.utils 
- 
- 
Uses of Column in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return Column Modifier and Type Method Description ColumnMoxelFactory. createColumn()Returns a new object of class 'Column'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Column Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Integer,Column>Columns. getColumns()Returns the value of the 'Columns' map.
- 
Uses of Column in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement Column Modifier and Type Class Description classColumnImplAn implementation of the model object 'Column'.Methods in com._1c.g5.v8.dt.moxel.impl that return Column Modifier and Type Method Description ColumnMoxelFactoryImpl. createColumn()ColumnColumnMapEntryImpl. getTypedValue()ColumnColumnMapEntryImpl. getValue()ColumnColumnMapEntryImpl. setValue(Column value)Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Column Modifier and Type Method Description Map.Entry<Integer,Column>MoxelFactoryImpl. createColumnMapEntry()org.eclipse.emf.common.util.EMap<Integer,Column>ColumnsImpl. getColumns()org.eclipse.emf.common.util.EMap<Integer,Column>ColumnMapEntryImpl. getEMap()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Column Modifier and Type Method Description voidColumnMapEntryImpl. setTypedValue(Column newValue)ColumnColumnMapEntryImpl. setValue(Column value)
- 
Uses of Column in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type Column Modifier and Type Method Description TMoxelSwitch. caseColumn(Column object)Returns the result of interpreting the object as an instance of 'Column'.Method parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type Column Modifier and Type Method Description TMoxelSwitch. caseColumnMapEntry(Map.Entry<Integer,Column> object)Returns the result of interpreting the object as an instance of 'Column Map Entry'.
- 
Uses of Column in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return Column Modifier and Type Method Description static ColumnSpreadsheetUtils. createColumn(SheetAccessor sheet, int width)Create column from sheet accessor
 
-