Class InsertColumnsAfterHandler
java.lang.Object
com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertCellsHandler
com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertColumnsHandler
com._1c.g5.v8.dt.moxel.ui.handlers.InsertColumnsAfterHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
Handler for 'Insert columns after' command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanatLeft()Проверить, проиходит ли вставка слева.Get preserve format typeprotected booleanCheck if operation is 'Insert' operationMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertColumnsHandler
getSelectionMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertCellsHandler
executeMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
addHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
-
Constructor Details
-
InsertColumnsAfterHandler
public InsertColumnsAfterHandler()
-
-
Method Details
-
isInsertOperation
protected boolean isInsertOperation()Description copied from class:DeleteInsertCellsHandlerCheck if operation is 'Insert' operation- Specified by:
isInsertOperationin classDeleteInsertCellsHandler- Returns:
trueif operation is insert operation,falseotherwise
-
getPreserveFormatType
Description copied from class:DeleteInsertCellsHandlerGet preserve format type- Specified by:
getPreserveFormatTypein classDeleteInsertCellsHandler- Returns:
- preserve format type
-
atLeft
protected boolean atLeft()Description copied from class:DeleteInsertColumnsHandlerПроверить, проиходит ли вставка слева.- Specified by:
atLeftin classDeleteInsertColumnsHandler
-