Class InsertRowsAfterHandler
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.DeleteInsertRowsHandler
com._1c.g5.v8.dt.moxel.ui.handlers.InsertRowsAfterHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
Handler for 'Insert rows after' command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
atTop()
Проверить, проиходит ли вставка сверху.Get preserve format typeprotected boolean
Check if operation is 'Insert' operationMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertRowsHandler
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
-
Constructor Details
-
InsertRowsAfterHandler
public InsertRowsAfterHandler()
-
-
Method Details
-
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
Description copied from class:DeleteInsertCellsHandler
Get preserve format type- Specified by:
getPreserveFormatType
in classDeleteInsertCellsHandler
- Returns:
- preserve format type
-
atTop
protected boolean atTop()Description copied from class:DeleteInsertRowsHandler
Проверить, проиходит ли вставка сверху.- Specified by:
atTop
in classDeleteInsertRowsHandler
-