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
public class InsertColumnsAfterHandler extends DeleteInsertColumnsHandler
Handler for 'Insert columns after' command
-
-
Constructor Summary
Constructors Constructor Description InsertColumnsAfterHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
atLeft()
Проверить, проиходит ли вставка слева.protected DeleteInsertCellsOperation.PreserveFormatType
getPreserveFormatType()
Get preserve format typeprotected boolean
isInsertOperation()
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:DeleteInsertCellsHandler
Check if operation is 'Insert' operation- Specified by:
isInsertOperation
in classDeleteInsertCellsHandler
- Returns:
true
if operation is insert operation,false
otherwise
-
getPreserveFormatType
protected DeleteInsertCellsOperation.PreserveFormatType getPreserveFormatType()
Description copied from class:DeleteInsertCellsHandler
Get preserve format type- Specified by:
getPreserveFormatType
in classDeleteInsertCellsHandler
- Returns:
- preserve format type
-
atLeft
protected boolean atLeft()
Description copied from class:DeleteInsertColumnsHandler
Проверить, проиходит ли вставка слева.- Specified by:
atLeft
in classDeleteInsertColumnsHandler
-
-