Class PasteDrawingsOperation
- java.lang.Object
-
- com._1c.g5.v8.bm.integration.AbstractBmTask<Void>
-
- com._1c.g5.v8.dt.moxel.ui.operations.BaseOperation
-
- com._1c.g5.v8.dt.moxel.ui.operations.NotifyingOperation
-
- com._1c.g5.v8.dt.moxel.ui.operations.ChangeCellsOperation
-
- com._1c.g5.v8.dt.moxel.ui.operations.PasteDrawingsOperation
-
- All Implemented Interfaces:
IBmPostUndoRedoHandler
,IBmTask<Void>
public final class PasteDrawingsOperation extends ChangeCellsOperation
Operation of pasting selected drawings
-
-
Field Summary
Fields Modifier and Type Field Description static int
STR_PROPERTIES_SHIFT
-
Fields inherited from class com._1c.g5.v8.dt.moxel.ui.operations.ChangeCellsOperation
positionHolder, selection
-
Fields inherited from class com._1c.g5.v8.dt.moxel.ui.operations.BaseOperation
sheet
-
-
Constructor Summary
Constructors Constructor Description PasteDrawingsOperation(String label, SheetAccessor sheet, Selection selection, List<Drawing> selectedDrawings, PositionHolder positionholder, SpreadsheetDocument document, MoxelDescriptor description)
Creates new instance ofPasteDrawingsOperation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRedoInternal()
Subclasses override this method to provide post-redo logic.void
onUndoInternal()
Subclasses override this method to provide post-undo logic.void
performAction()
Выполнить действие.-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.operations.ChangeCellsOperation
execute, postExecute, postRedo, postUndo
-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.operations.NotifyingOperation
isReadOnly, onExecute, onRedo, onUndo
-
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
-
-
-
Field Detail
-
STR_PROPERTIES_SHIFT
public static final int STR_PROPERTIES_SHIFT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PasteDrawingsOperation
public PasteDrawingsOperation(String label, SheetAccessor sheet, Selection selection, List<Drawing> selectedDrawings, PositionHolder positionholder, SpreadsheetDocument document, MoxelDescriptor description)
Creates new instance ofPasteDrawingsOperation
- Parameters:
label
- operation labelundoContext
- undo contextsheet
-SheetAccessor
selection
-Selection
selectedDrawings
- list of selected drawingschangeContentOrFormat
- need change content or formatpositionholder
-PositionHolder
document
-SpreadsheetDocument
to be pasteddescription
-MoxelDescriptor
-
-
Method Detail
-
performAction
public void performAction()
Description copied from class:ChangeCellsOperation
Выполнить действие.- Specified by:
performAction
in classChangeCellsOperation
-
onUndoInternal
public void onUndoInternal()
Description copied from class:ChangeCellsOperation
Subclasses override this method to provide post-undo logic.- Overrides:
onUndoInternal
in classChangeCellsOperation
-
onRedoInternal
public void onRedoInternal()
Description copied from class:ChangeCellsOperation
Subclasses override this method to provide post-redo logic.- Overrides:
onRedoInternal
in classChangeCellsOperation
-
-