Class RemoveColumnsHandler
- 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.RemoveColumnsHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
public class RemoveColumnsHandler extends DeleteInsertColumnsHandler implements org.eclipse.core.commands.IHandler
Handler for 'Remove columns' command
-
-
Constructor Summary
Constructors Constructor Description RemoveColumnsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanatLeft()Проверить, проиходит ли вставка слева.protected DeleteInsertCellsOperation.PreserveFormatTypegetPreserveFormatType()Get preserve format typeprotected booleanisInsertOperation()Check if operation is 'Insert' operation-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertColumnsHandler
getSelection
-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertCellsHandler
execute
-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
addHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
-
-
-
-
Method Detail
-
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
protected DeleteInsertCellsOperation.PreserveFormatType 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
-
-