Uses of Class
com._1c.g5.v8.dt.moxel.sheet.Selection
Packages that use Selection
Package
Description
-
Uses of Selection in com._1c.g5.v8.dt.moxel.sheet
Subclasses of Selection in com._1c.g5.v8.dt.moxel.sheetModifier and TypeClassDescriptionfinal class
Выделение ячеек.final class
Выделенные колонки.final class
Выделенные строки.final class
Выделенная целиком таблица.Methods in com._1c.g5.v8.dt.moxel.sheet that return SelectionModifier and TypeMethodDescriptionSheetAccessor.getAreaByName
(String newName) Получить область по имени.SheetAccessor.getSelectionForArea
(Area area) Create spreadsheetSelection
for specified areaMethods in com._1c.g5.v8.dt.moxel.sheet with parameters of type SelectionModifier and TypeMethodDescriptionSheetAccessor.copySheetPart
(Selection selection) Получить часть табличного документа.SheetAccessor.getAreaForSelection
(Selection selection) Получить область для выделения.SheetAccessor.getNextCell
(Selection selection, SearchDirection direction, Object currentObject, boolean cycle, boolean forward) Получить следующую ячейку в области.long
SheetAccessor.getSelectionFormat
(Selection selection, Format resultFormat, long mask, boolean first) Получить формат выделения.SheetAccessor.getSelectionName
(Selection selection) Получить имя области.boolean
SheetAccessor.isCellInSelection
(Selection selection, int rowIndex, int columnIndex) Проверить, находится ли точка в выделении.boolean
SheetAccessor.isCellInSelectionAndInUsedArea
(Selection selection, int rowIndex, int columnIndex) Проверить, находится ли точка в выделении и в заполненной области.void
SheetAccessor.setAreaName
(Selection selection, String newName) Установить имя области.void
SheetAccessor.setMaxSizeToSelection
(Selection selection) Установтиь размер в соотвтствии с размерами выделения -
Uses of Selection in com._1c.g5.v8.dt.moxel.ui.editor
Fields in com._1c.g5.v8.dt.moxel.ui.editor with type parameters of type SelectionMethods in com._1c.g5.v8.dt.moxel.ui.editor that return SelectionModifier and TypeMethodDescriptionstatic Selection
ClipboardPasteUtil.getNormalizedSelection
(SheetAccessor sheet, Selection selection, UUID id, int sizeX, int sizeY) Get normalized selectionMoxelControl.getTailSelection()
Получить верхнюю область выделения.static Selection
ClipboardPasteUtil.makeSelectionCopy
(Selection selection) Make copy of specified selectionMethods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type SelectionModifier and TypeMethodDescriptionMoxelControl.getCellsSelection()
Получить выделение.ClipboardPasteUtil.getNormalizedSelectionToPaste
(SheetAccessor sheet, List<Selection> selections, UUID id, int sizeX, int sizeY) Get list of normalized selections for pastingMethods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SelectionModifier and TypeMethodDescriptionvoid
MoxelControl.addTailSelection
(Selection selection) Добавить выделение к хвосу выделений.static SpreadsheetDocument
ClipboardCopyUtil.copySheet
(SheetAccessor srcSheet, Selection selection, boolean forBackUp) Copy selected area as spreadsheet documentstatic Selection
ClipboardPasteUtil.getNormalizedSelection
(SheetAccessor sheet, Selection selection, UUID id, int sizeX, int sizeY) Get normalized selectionstatic boolean
UIHelpers.getRowsColumnsRange
(org.eclipse.swt.widgets.Shell shell, String title, Selection selection, int[] bounds, ObjectPosition[] selectionType) Получить интервал строк/колонок для операций, применимых к строкам/колонкам.static int
ClipboardPasteUtil.getSelectionHeight
(Selection selection, SheetAccessor sheet) Get height of specified selectionorg.eclipse.swt.graphics.Rectangle
ViewPort.getSelectionRectPixel
(Selection selection, boolean[] sides, Columns[] columns) Get rectangle for painting spreadsheet selection.static int
ClipboardPasteUtil.getSelectionWidth
(Selection selection, SheetAccessor sheet) Get width of specified selectionstatic boolean
ClipboardPasteUtil.isSelectionAcceptableToFill
(Area area, Selection selection) Check if it's possible to fill the selection with specified areastatic MoxelDescriptor
ClipboardCopyUtil.makeDocumentDescriptor
(Selection selection, SpreadsheetDocument srcSheet) Make descriptor for spreadsheet documentstatic Selection
ClipboardPasteUtil.makeSelectionCopy
(Selection selection) Make copy of specified selectionstatic void
ClipboardPasteUtil.pasteSelectionDrawings
(Selection selection, List<Drawing> selectedDrawings, SheetAccessor document, SheetAccessor sheet, List<Drawing> oldDrawings, PositionHolder positionHolder) Paste selected drawingsstatic void
ClipboardPasteUtil.pasteSheetCells
(PasteSpecialOptions pasteOptions, boolean oneLocale, int sizeX, int sizeY, Selection selection, SheetAccessor srcSheet, SheetAccessor dstSheet) Paste sheet into specified selection.void
MoxelControl.replaceAllSelection
(Selection selection) Заменить все выделение.void
MoxelControl.replaceTailSelection
(Selection selection) Заменить хвостовое выделение..void
MoxelControl.setDropSelection
(Selection selection) Set drop selection.static void
ClipboardPasteUtil.unmergeSelection
(Selection selection, SheetAccessor sheet) Make correct unmerges into specified selectionstatic void
MoxelCellsUpdateUtils.updateCellsValues
(SheetAccessor sheet, Selection selection, CellUpdater updater) Update values of cells in specified selectionMethod parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type SelectionModifier and TypeMethodDescriptionClipboardPasteUtil.getNormalizedSelectionToPaste
(SheetAccessor sheet, List<Selection> selections, UUID id, int sizeX, int sizeY) Get list of normalized selections for pastingstatic boolean
ClipboardPasteUtil.isSelectionsAcceptableToFill
(Area sel, List<Selection> selections) Check if all of the listed selections are acceptable to fillConstructor parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type Selection -
Uses of Selection in com._1c.g5.v8.dt.moxel.ui.handlers
Methods in com._1c.g5.v8.dt.moxel.ui.handlers that return types with arguments of type SelectionModifier and TypeMethodDescriptionDeleteCommandHandler.getSelection
(MoxelControl control) DeleteInsertCellsHandler.getSelection
(MoxelControl control) Get selected area to apply operation toDeleteInsertColumnsHandler.getSelection
(MoxelControl control) DeleteInsertRowsHandler.getSelection
(MoxelControl control) InsertCellsHandler.getSelection
(MoxelControl control) -
Uses of Selection in com._1c.g5.v8.dt.moxel.ui.operations
Fields in com._1c.g5.v8.dt.moxel.ui.operations declared as SelectionModifier and TypeFieldDescriptionprotected final Selection
ChangeCellsOperation.selection
Область, в которой меняются ячейки.protected Selection
CopyCellsOperation.selection
Methods in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type SelectionModifier and TypeMethodDescriptionstatic void
OperationsHelper.renameSelection
(MoxelControl control, IEditingContext editingContext, Selection selection, String newName, String oldName) Rename selectionstatic void
OperationsHelper.renameSelectionInteractive
(MoxelControl control, IEditingContext editingContext, Selection selection) Запросить переименование выделения.Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type SelectionModifierConstructorDescriptionApplyFontOperation
(String label, SheetAccessor sheet, Selection selection, Font fontToApply, int propertiesToApply, PositionHolder positionHolder, boolean nested) Creates new instance ofApplyFontOperation
ApplyFormatOperation
(String label, SheetAccessor sheet, Selection selection, ReadOnlyFormat format, long properties, Cell cellToApply, int cellProperties, PositionHolder positionHolder, boolean nested) Creates new instance ofApplyFormatOperation
BaseApplyFormatOperation
(String label, SheetAccessor sheet, Selection selection, boolean changeContentOrFormat, boolean needClearCache, boolean applyToMissed, PositionHolder positionHolder, boolean nested) Creates new instance ofBaseApplyFormatOperation
protected
ChangeCellsOperation
(String label, SheetAccessor sheet, Selection selection, boolean changeContentOrFormat, boolean needClearCache, PositionHolder positionHolder, boolean nested) КонструкторChangeParagraphPropertyOperation
(String label, SheetAccessor sheet_, Selection selection_, int propertiesMask_, int propertiesValues_, boolean nested) Конструктор.CopyCellsOperation
(String label, SheetAccessor sheet, Selection selection, boolean nested) Creates new instance ofCopyCellsOperation
DeleteInsertCellsOperation
(String label, SheetAccessor sheet, Selection selection, boolean insert, boolean verticalShift, DeleteInsertCellsOperation.PreserveFormatType preserveFormatType, PositionHolder positionHolder, boolean nested) Creates new instance ofDeleteInsertCellsOperation
MergeAndUnmergeOperation
(String label, SheetAccessor sheet_, Selection selection_, boolean merge_, PositionHolder positionHolder, boolean nested) PasteCellsOperation
(String label, SheetAccessor sheet, Selection selection, boolean changeContentOrFormat, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, boolean nested) Creates new instance ofPasteCellsOperation
PasteCellsOperation
(String label, SheetAccessor sheet, Selection selection, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, PasteSpecialOptions pasteOptions, boolean nested) Creates new instance ofPasteCellsOperation
PasteDrawingsOperation
(String label, SheetAccessor sheet, Selection selection, List<Drawing> selectedDrawings, PositionHolder positionholder, SpreadsheetDocument document, MoxelDescriptor description) Creates new instance ofPasteDrawingsOperation
RenameAreaOperation
(String label, SheetAccessor sheet_, Selection selection, String newName_, String oldName_) Конструктор.SetRemovePrintAreaOperation
(String label, SheetAccessor sheet_, Selection selection_) Конструктор.SetRemoveRepeatedColumnsOperation
(String label, SheetAccessor sheet_, Selection selection, boolean nested) Конструктор.SetRemoveRepeatedRowsOperation
(String label, SheetAccessor sheet_, Selection selection, boolean nested) Конструктор.SheetSizeRestoreHelperForSelection
(SheetAccessor sheet_, Selection selection_)