Uses of Interface
com._1c.g5.v8.dt.moxel.NamedItem
- 
Packages that use NamedItem Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of NamedItem in com._1c.g5.v8.dt.moxelSubinterfaces of NamedItem in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interfaceNamedItemCellsA representation of the model object 'Named Item Cells'.interfaceNamedItemDataSourceA representation of the model object 'Named Item Data Source'.interfaceNamedItemDrawingA representation of the model object 'Named Item Drawing'.interfaceNamedItemEmbeddedTableA representation of the model object 'Named Item Embedded Table'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type NamedItem Modifier and Type Method Description org.eclipse.emf.common.util.EMap<String,NamedItem>SpreadsheetDocument. getNamedItems()Returns the value of the 'Named Items' map.
- 
Uses of NamedItem in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement NamedItem Modifier and Type Class Description classNamedItemCellsImplAn implementation of the model object 'Named Item Cells'.classNamedItemDataSourceImplAn implementation of the model object 'Named Item Data Source'.classNamedItemDrawingImplAn implementation of the model object 'Named Item Drawing'.classNamedItemEmbeddedTableImplAn implementation of the model object 'Named Item Embedded Table'.classNamedItemImplAn implementation of the model object 'Named Item'.Methods in com._1c.g5.v8.dt.moxel.impl that return NamedItem Modifier and Type Method Description NamedItemNamedItemMapItemImpl. getTypedValue()NamedItemNamedItemMapItemImpl. getValue()NamedItemNamedItemMapItemImpl. setValue(NamedItem value)Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type NamedItem Modifier and Type Method Description Map.Entry<String,NamedItem>MoxelFactoryImpl. createNamedItemMapItem()org.eclipse.emf.common.util.EMap<String,NamedItem>NamedItemMapItemImpl. getEMap()org.eclipse.emf.common.util.EMap<String,NamedItem>SpreadsheetDocumentImpl. getNamedItems()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type NamedItem Modifier and Type Method Description voidNamedItemMapItemImpl. setTypedValue(NamedItem newValue)NamedItemNamedItemMapItemImpl. setValue(NamedItem value)
- 
Uses of NamedItem in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return NamedItem Modifier and Type Method Description NamedItemNamedItemInfo. getNamedItem()Получить именованный объект.Methods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type NamedItem Modifier and Type Method Description List<Map.Entry<String,NamedItem>>SheetAccessor. getAllNamedItems()Получить все именованные ячейки.List<Map.Entry<String,NamedItem>>SheetAccessor. getAllNamedItemsSorted()Get list of named items sorted by nameList<Map.Entry<String,NamedItem>>SheetAccessor. getNamedItemCellsAboveRow(int begin, int lastRowIndex, int beginColumn, int endColumn)Получить именованные области ячеек выше указанной строки.List<Map.Entry<String,NamedItem>>SheetAccessor. getNamedItemCellsRightToColumn(Columns columns, int begin, int beginRowIndex, int endRowIndex)Получить именованные области ячеек выше указанной строки.List<Map.Entry<String,NamedItem>>SheetAccessor. getNamedItemColumnRightToColumn(Columns columns, int begin)Найти именованные строки выше указанной строки.List<Map.Entry<String,NamedItem>>SheetAccessor. getNamedItemRowAboveRow(int begin)Найти именованные строки выше указанной строки.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type NamedItem Modifier and Type Method Description voidSheetAccessor. addName(String key, NamedItem value)Добавить имя.voidSheetAccessor. changeNamedCells(NamedItem namedItem, org.eclipse.swt.graphics.Rectangle resultPosition)Изменить положение именованных ячеек.voidSheetAccessor. changeNamedRowColumn(NamedItem namedItem, int begin, int end)Изменить именованные строки.Constructors in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type NamedItem Constructor Description NamedItemInfo(NamedItem namedItem_, String name_)Конструктор.
- 
Uses of NamedItem in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type NamedItem Modifier and Type Method Description TMoxelSwitch. caseNamedItem(NamedItem object)Returns the result of interpreting the object as an instance of 'Named Item'.static intMxlSerializerUtil. getMxlNamedItemSubtype(NamedItem item)Get mxl named item subtypestatic intMxlSerializerUtil. getMxlNamedItemType(NamedItem item)Get mxl named item typeMethod parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type NamedItem Modifier and Type Method Description TMoxelSwitch. caseNamedItemMapItem(Map.Entry<String,NamedItem> object)Returns the result of interpreting the object as an instance of 'Named Item Map Item'.
 
-