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.moxel
Methods in com._1c.g5.v8.dt.moxel that return Column Modifier and Type Method Description Column
MoxelFactory. 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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Column Modifier and Type Class Description class
ColumnImpl
An implementation of the model object 'Column'.Methods in com._1c.g5.v8.dt.moxel.impl that return Column Modifier and Type Method Description Column
MoxelFactoryImpl. createColumn()
Column
ColumnMapEntryImpl. getTypedValue()
Column
ColumnMapEntryImpl. getValue()
Column
ColumnMapEntryImpl. 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 void
ColumnMapEntryImpl. setTypedValue(Column newValue)
Column
ColumnMapEntryImpl. setValue(Column value)
-
Uses of Column in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Column Modifier and Type Method Description T
MoxelSwitch. 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 T
MoxelSwitch. 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.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return Column Modifier and Type Method Description static Column
SpreadsheetUtils. createColumn(SheetAccessor sheet, int width)
Create column from sheet accessor
-