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.moxel
Subinterfaces of NamedItem in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
NamedItemCells
A representation of the model object 'Named Item Cells'.interface
NamedItemDataSource
A representation of the model object 'Named Item Data Source'.interface
NamedItemDrawing
A representation of the model object 'Named Item Drawing'.interface
NamedItemEmbeddedTable
A 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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement NamedItem Modifier and Type Class Description class
NamedItemCellsImpl
An implementation of the model object 'Named Item Cells'.class
NamedItemDataSourceImpl
An implementation of the model object 'Named Item Data Source'.class
NamedItemDrawingImpl
An implementation of the model object 'Named Item Drawing'.class
NamedItemEmbeddedTableImpl
An implementation of the model object 'Named Item Embedded Table'.class
NamedItemImpl
An implementation of the model object 'Named Item'.Methods in com._1c.g5.v8.dt.moxel.impl that return NamedItem Modifier and Type Method Description NamedItem
NamedItemMapItemImpl. getTypedValue()
NamedItem
NamedItemMapItemImpl. getValue()
NamedItem
NamedItemMapItemImpl. 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 void
NamedItemMapItemImpl. setTypedValue(NamedItem newValue)
NamedItem
NamedItemMapItemImpl. setValue(NamedItem value)
-
Uses of NamedItem in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return NamedItem Modifier and Type Method Description NamedItem
NamedItemInfo. 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 void
SheetAccessor. addName(String key, NamedItem value)
Добавить имя.void
SheetAccessor. changeNamedCells(NamedItem namedItem, org.eclipse.swt.graphics.Rectangle resultPosition)
Изменить положение именованных ячеек.void
SheetAccessor. 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.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type NamedItem Modifier and Type Method Description T
MoxelSwitch. caseNamedItem(NamedItem object)
Returns the result of interpreting the object as an instance of 'Named Item'.static int
MxlSerializerUtil. getMxlNamedItemSubtype(NamedItem item)
Get mxl named item subtypestatic int
MxlSerializerUtil. 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 T
MoxelSwitch. caseNamedItemMapItem(Map.Entry<String,NamedItem> object)
Returns the result of interpreting the object as an instance of 'Named Item Map Item'.
-