Uses of Interface
com._1c.g5.v8.dt.moxel.Columns
Packages that use Columns
Package
Description
-
Uses of Columns in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ColumnsModifier and TypeMethodDescriptionMoxelFactory.createColumns()
Returns a new object of class 'Columns'.ColumnGroup.getColumns()
Returns the value of the 'Columns' reference.ColumnMerge.getColumns()
Returns the value of the 'Columns' reference.ColumnsArea.getColumns()
Returns the value of the 'Columns' reference.RectArea.getColumns()
Returns the value of the 'Columns' reference.Row.getColumns()
Returns the value of the 'Columns' reference.RowsArea.getColumns()
Returns the value of the 'Columns' reference.SpreadsheetDocument.getColumns()
Returns the value of the 'Columns' reference.ViewSettings.getFixedColumnColumns()
Returns the value of the 'Fixed Column Columns' reference.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type ColumnsModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Columns>
SpreadsheetDocument.getAllColumns()
Returns the value of the 'All Columns' containment reference list.Methods in com._1c.g5.v8.dt.moxel with parameters of type ColumnsModifier and TypeMethodDescriptionvoid
ColumnGroup.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
ColumnMerge.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
ColumnsArea.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
RectArea.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
Row.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
RowsArea.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
SpreadsheetDocument.setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
ViewSettings.setFixedColumnColumns
(Columns value) Sets the value of the 'Fixed Column Columns
' reference. -
Uses of Columns in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ColumnsModifier and TypeClassDescriptionclass
An implementation of the model object 'Columns'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnsModifier and TypeMethodDescriptionMoxelFactoryImpl.createColumns()
ColumnGroupImpl.getColumns()
ColumnMergeImpl.getColumns()
ColumnsAreaImpl.getColumns()
RectAreaImpl.getColumns()
RowImpl.getColumns()
RowsAreaImpl.getColumns()
SpreadsheetDocumentImpl.getColumns()
ViewSettingsImpl.getFixedColumnColumns()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type ColumnsModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Columns>
SpreadsheetDocumentImpl.getAllColumns()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ColumnsModifier and TypeMethodDescriptionvoid
ColumnGroupImpl.setColumns
(Columns newColumns) void
ColumnMergeImpl.setColumns
(Columns newColumns) void
ColumnsAreaImpl.setColumns
(Columns newColumns) void
RectAreaImpl.setColumns
(Columns newColumns) void
RowImpl.setColumns
(Columns newColumns) void
RowsAreaImpl.setColumns
(Columns newColumns) void
SpreadsheetDocumentImpl.setColumns
(Columns newColumns) void
ViewSettingsImpl.setFixedColumnColumns
(Columns newFixedColumnColumns) -
Uses of Columns in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return ColumnsModifier and TypeMethodDescriptionstatic Columns
SheetFactory.createColumns()
Creates columns.SheetAccessor.createColumnsCopy
(Columns currentColumns) Создать копию массива колонок.static Columns
SheetFactory.createColumnsCopy
(Columns columns) Creates column copy.ColumnsSelection.getColumns()
Получить колонки, для которых выделение.SheetAccessor.getColumnsById
(UUID columnsId) Получить колонки по идентификатору.SheetAccessor.getColumnsByIndex
(int columnsIndex) Gets columns by index.SheetAccessor.getDefaultColumns()
Получить колонки по умолчанию.SheetAccessor.getRowColumns
(int rowIndex) Получить колонки, которые установлены у строки.SheetAccessor.lookupColumnsByID
(UUID columnsId) Найти колонки по идентификатору.Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type ColumnsModifier and TypeMethodDescriptionSheetAccessor.getAllUsedColumns()
Получить все использующиеся колонки.SheetAccessor.getColumnsInRows
(int beginRowIndex, int endRowIndex) Получить список колонок в указанных строках.SheetAccessor.getColumnsPageBreak()
Получить разрывы страниц в колонках.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type ColumnsModifier and TypeMethodDescriptionvoid
SheetAccessor.addColumnsGroup
(Columns columns, int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement) Добавить группировку в колонки.void
SheetAccessor.addColumnsGroup
(Columns columns, int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement, boolean isOpened) Add columns groupvoid
SheetAccessor.addColumnsMerge
(Columns columns, int selectionBegin, int selectionEnd) Добавить объедиение колонок.void
SheetAccessor.changeColumnGroup
(Columns columns, int begin, int end, int newBegin, int newEnd) Изменить группировку колонок.void
SheetAccessor.changeColumnMerge
(Columns columns, Interval originalPosition, Interval resultPosition) Изменить объединение колонок.void
SheetAccessor.collapseColumnsToLevel
(Columns columns, int level) Свернуть группировки колонок вплоть до указаного уровня.SheetAccessor.createColumnsCopy
(Columns currentColumns) Создать копию массива колонок.static Columns
SheetFactory.createColumnsCopy
(Columns columns) Creates column copy.void
SheetAccessor.deleteColumnWithCells
(Columns columns, int columnIndex) Удалить колонку с ячейками, в нее входящую.void
SheetAccessor.expandCollapseColumnsGroup
(Columns columns, int groupBegin, int groupEnd, boolean expand, boolean withChildren) Свернуть/развернуть группировки колонок.void
SheetAccessor.expandCollapseColumnsGroup
(Columns columns, GroupInfo groupInfo, boolean expand, boolean withChildren) Скрыть/раскрыть группировку строк.SheetAccessor.findColumnsGroupInfo
(Columns columns, int groupBegin, int groupEnd) Найти группировку колонок.SheetAccessor.getColumnMergesRightToColumn
(Columns columns, int columnBeginIndex) Получить все объединения колонок правее или равно указанной колонки.int
SheetAccessor.getColumnParagraphProperties
(Columns columns, int columnIndex) Получить свойства параграфа для колонки.int
SheetAccessor.getColumnsIndex
(Columns columns) Returns columns index.SheetAccessor.getColumnsMerges
(Columns columns, int selectionBegin, int selectionEnd) Получить объединения колонок в указанных позициях.int
SheetAccessor.getColumnWidthCharUnits
(Columns columns, int columnIndex) Получить ширину колонки в символах.SheetAccessor.getDrawingsRightToColumn
(Columns columns, int begin, int beginRowIndex, int endRowIndex) Получить рисунки, расположенные правее колонки.SheetAccessor.getGroupsInColumns
(Columns columns, int beginColumnIndex, int endColumnIndex, boolean getHidden) Получить группировки, которые находятся в колонках.SheetAccessor.getGroupsRightToColumn
(Columns columns, int begin) Найти группировки выше строки.SheetAccessor.getNamedItemCellsRightToColumn
(Columns columns, int begin, int beginRowIndex, int endRowIndex) Получить именованные области ячеек выше указанной строки.SheetAccessor.getNamedItemColumnRightToColumn
(Columns columns, int begin) Найти именованные строки выше указанной строки.SheetAccessor.getNamedItemsInColumns
(Columns columns, int beginColumnIndex, int endColumnIndex) Получить именованные области, которые находятся в колонках.List<org.eclipse.swt.graphics.Rectangle>
SheetAccessor.getRealMergesRightToColumn
(Columns columns, int begin, int beginRowIndex, int endRowIndex) Получить объединения ячеек в колонках правее или равной указанной.List<org.eclipse.swt.graphics.Rectangle>
SheetAccessor.getUnmergesInColumns
(Columns columns, int begin, int end) Получить антиобъединения в колонках.List<org.eclipse.swt.graphics.Rectangle>
SheetAccessor.getUnmergesRightToColumn
(Columns columns, int begin, int beginRowIndex, int endRowIndex) Получить антиобъединения правее или равно указанной колонки.int
SheetAccessor.getWidthWeightFactor
(Columns columns, int columnIndex) Get column width weight factor.boolean
SheetAccessor.haveColumnMerges
(Columns columns, int beginColumnIndex, int endColumnIndex) Проверить, есть ли в колонках объединения.boolean
SheetAccessor.isAutoWidthCalculation
(Columns columns, int columnIndex) Check if column has automatic width.boolean
SheetAccessor.isColumnHidden
(Columns columns, int columnIndex) Проверить, скрыта ли колонка.int
SheetAccessor.lookupColFormatIndex
(Columns columns, int columnIndex) Получить индекс формата колонки.void
SheetAccessor.moveCellsHorizontally
(Columns columns, int srcColumnIndex, int dstColumnIndex, int rowIndexBegin, int rowIndexEnd) Сдвинуть ячйки по горизонтали.void
SheetAccessor.moveColumnWithCells
(Columns columns, int srcIndex, int dstIndex) Переместить колонку с ячейками, в нее входящими.void
SheetAccessor.removeColumn
(Columns columns, int columnIndex) Удалить колонку.void
SheetAccessor.removeColumnsGroup
(Columns columns, int begin, int end) Удалить группировку колонок.void
SheetAccessor.removeColumnsMerge
(Columns columns, int begin, int end) Удалить объединения колонок.void
SheetAccessor.setColumnFormatIndex
(Columns columns, int columnIndex, int formatIndex) Установить формат колонке.void
SheetAccessor.setColumnParagraphProperties
(Columns columns, int columnIndex, int paragraphProperties) Установить свойства параграфа для колонки.void
SheetAccessor.setRowColumns
(Columns newColumns, int rowIndex) Установить колонки для строки.void
SheetAccessor.showHideColumns
(Columns columns, int beginIndex, int endIndex, boolean show) Отобразить/скрыть колонки.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type ColumnsModifierConstructorDescriptionColumnsSelection
(SheetAccessor sheet_, Columns columns_, int begin, int end) Констуктор для области колонок. -
Uses of Columns in com._1c.g5.v8.dt.moxel.ui.editor
Fields in com._1c.g5.v8.dt.moxel.ui.editor declared as ColumnsModifier and TypeFieldDescriptionViewParameters.fixedColumnColumns
Column type for column fixationMethods in com._1c.g5.v8.dt.moxel.ui.editor that return ColumnsModifier and TypeMethodDescriptionMoxelControl.getCurrentColumns()
Получить колонки, для которых идет выводMoxelControl.getFixedColumnColumns()
Get column type for columns fixationMoxelRepaginator.getLongestRowColumns()
GetColumns
of longest row in document, must not returnnull
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type ColumnsModifier and TypeMethodDescriptionMoxelControl.calcColumnAutoWidth
(int columnIndex, Columns columns) Рассчитать рекомендуемую ширину колонки для колонок.void
ColumnPositionCache.clearCacheFromColumn
(Columns columns, int column) void
IColumnPositionCache.clearCacheFromColumn
(Columns columns, int column) Clear columns positions cachevoid
PositionHolder.clearColumnPositionCache
(Columns columns) Clear columns positions cahce for specified columnsvoid
PositionHolder.clearColumnPositionCacheFromColumn
(Columns columns, int column) Clear columns positions cahce for specified columnsvoid
ColumnPositionCache.clearColumnsCache
(Columns columns) void
IColumnPositionCache.clearColumnsCache
(Columns columns) Clear columns positions cache for specified column typevoid
MoxelControl.ensureColumnVisible
(Columns columns, int columnIndex) Сделать так, чтобы колонка была видна полностью.MoxelControl.findColumnToResize
(int x, int y, int[] colPosition, Columns[] columns_, boolean headerOnly) Найти колонку, которой нужно изменить размер.boolean
MoxelControl.findGroupLevelOpener
(int x, int y, int[] level, Columns[] columns) Найти кнопку открытия уровня группировок.ColumnPositionCache.floorIndex
(int columnIndex, Columns columns) IColumnPositionCache.floorIndex
(int columnIndex, Columns columns) Get maximal cached column index, less than specifiedint
PositionHolder.getColLeftPositionUnit
(Columns columns, int column) Get position of specified columnint[]
PositionHolder.getColPositionsPixel
(Columns columns, int startCol, int endCol) Returns column type column positions in pixel.void
PositionHolder.getColPositionsPixel
(Columns columns, int startCol, int endCol, int[] positionsPixel) Получить позиции колонок в пикселях.void
PositionHolder.getColPositionsUnit
(Columns columns, int startCol, int endCol, int[] positionsUnit) Получить позиции колонок в юнитах.int
ViewPort.getColumnAtPixelPosition
(Columns columns, int positionPixel) Получить колонку, которая находится в экранной позиции.int
PositionHolder.getColumnAtPositionPixel
(Columns columns, int offsetPixel) Получить номер колонки в указанной позиции в пикселях.int
PositionHolder.getColumnAtPositionUnit
(Columns columns, int offsetUnit) Получить номер колонки в указанной позиции в юнитах.int
PositionHolder.getColumnAtPositionUnit
(Columns columns, int offsetUnit, int[] restUnit) Get column at specified positionColumnPositionCache.getColumnPositionCache
(Columns columns, int column) IColumnPositionCache.getColumnPositionCache
(Columns columns, int column) Get position of specified column from cacheint
ViewPort.getColumnPositionPixel
(Columns columns, int columnIndex) Gets column position on the display (in pixels)int
PositionHolder.getColumnWidthPixel
(Columns columns, int columnIndex) Получить ширину колонки в пикселях.int
PositionHolder.getColumnWidthUnit
(Columns columns, int columnIndex) Получить ширину колонки.EmptyRowHeightCache.getRowHeight
(Columns columns) IEmptyRowHeightCache.getRowHeight
(Columns columns) Get empty row height for specified columnsorg.eclipse.swt.graphics.Rectangle
ViewPort.getSelectionRectPixel
(Selection selection, boolean[] sides, Columns[] columns) Get rectangle for painting spreadsheet selection.ColumnPositionCache.getSortedKeysCollection
(Columns columns) IColumnPositionCache.getSortedKeysCollection
(Columns columns) Get sorted collection of cached columns positionsGet minimal cached column index, greater than specifiedvoid
EmptyRowHeightCache.putRowHeight
(Columns columns, int height) void
IEmptyRowHeightCache.putRowHeight
(Columns columns, int height) Put empty row height for specified columns to cachevoid
ColumnPositionCache.setColumnPositionCache
(Columns columns, int column, int position) void
IColumnPositionCache.setColumnPositionCache
(Columns columns, int column, int position) Put position of specified column to cachevoid
MoxelControl.setFixedColumnColumns
(Columns columns) Get column type for columns fixationint
PositionHolder.skipColumns
(Columns columns, int columnIndex, int widthUnit, boolean left) Пропусть столько колонок, чтобы вместилось указанное количество унитов. -
Uses of Columns in com._1c.g5.v8.dt.moxel.ui.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type ColumnsModifier and TypeMethodDescriptionstatic List<ColumnElement>
MergeUtil.convertSubsheetToColumnEelements
(SpreadsheetDocument sheet, Columns columns) Convert subsheet to the sequence of column elements. -
Uses of Columns in com._1c.g5.v8.dt.moxel.ui.operations
Methods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type ColumnsModifier and TypeMethodDescriptionstatic void
OperationsHelper.addToGroup
(SheetAccessor sheet, IEditingContext editingContext, org.eclipse.core.commands.operations.IOperationHistory history, int begin, int end, Columns columns) Add range of rows/columns to groupstatic void
OperationsHelper.removeFromGroup
(SheetAccessor sheet, IEditingContext editingContext, int begin, int end, Columns columns) Remove range of rows/columns from groupstatic void
OperationsHelper.setColumnsWidth
(MoxelControl control, IEditingContext editingContext, int resizedColumn, Columns activeColumns, boolean autoWidth, Integer widthCharUnits) Изменить ширину колонок.Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type ColumnsModifierConstructorDescriptionAddRemoveGroupOperation
(String label, SheetAccessor sheet_, int begin_, int end_, Columns columns_, boolean add_, LocalString groupName_, GroupHeaderPlacement headerPlacement_) Конструктор.ChangeRowsColumnsOperation
(String label, SheetAccessor sheet_, int beginRowIndex_, int endRowIndex_, Columns newColumns_, boolean nested) CollapseToLevelOperation
(String label, SheetAccessor sheet_, int level_, Columns columns, PositionHolder positionHolder) SetAutoWidthCalculationOperation
(String label, SheetAccessor sheet, int beginColumnIndex, int endColumnIndex, Columns columns, Boolean autoWidthCalculation, boolean nested) Creates new instance ofSetAutoWidthCalculationOperation
SetColumnWidthOperation
(String label, SheetAccessor sheet_, int columnBegin, int columnEnd, Columns columns, PositionHolder positionHolder) Конструктор - для сброса ширины всем колонкам.SetColumnWidthOperation
(String label, SheetAccessor sheet_, int columnBegin, int columnEnd, Columns columns, Integer widthCharUnits_, PositionHolder positionHolder, boolean nested) Конструктор - для установки одинаковой ширины всем колонкам.SetColumnWidthOperation
(String label, SheetAccessor sheet_, int columnBegin, int columnEnd, Columns columns, List<Integer> widthCharUnits_, PositionHolder positionHolder) Конструктор - для установки различной ширины всем колонкам.protected
SetWidthWeightFactorOperation
(String label, SheetAccessor sheet, int beginColumnIndex, int endColumnIndex, Columns columns) Creates new instance ofSetWidthWeightFactorOperation
.SetWidthWeightFactorOperation
(String label, SheetAccessor sheet, int beginColumnIndex, int endColumnIndex, Columns columns, int widthWeightFactor, boolean nested) Creates new instance ofSetWidthWeightFactorOperation
.SetWidthWeightFactorOperation
(String label, SheetAccessor sheet, int beginColumnIndex, int endColumnIndex, Columns columns, List<Integer> widthWeightFactors) Creates new instance ofSetWidthWeightFactorOperation
.ShowHideOperation
(String label, SheetAccessor sheet_, boolean show_, Columns columns_, int beginColumnIndex_, int endColumnIndex_, PositionHolder positionholder, boolean nested) UnsetWidthWeightFactorOperation
(String label, SheetAccessor sheet, int beginColumnIndex, int endColumnIndex, Columns columns) Creates new instance ofUnsetWidthWeightFactorOperation
. -
Uses of Columns in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return ColumnsModifier and TypeMethodDescriptionstatic Columns
MoxelUtil.getRowColumns
(SpreadsheetDocument document, int rowIndex) Get row columns.static Columns
MoxelUtil.getRowColumns
(SpreadsheetDocument document, Row row) Get row columns or default document columns.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ColumnsModifier and TypeMethodDescriptionMoxelSwitch.caseColumns
(Columns object) Returns the result of interpreting the object as an instance of 'Columns'.