Class RemoveRowsHandler
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.RemoveRowsHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
public class RemoveRowsHandler
extends DeleteInsertRowsHandler
implements org.eclipse.core.commands.IHandler
Handler for 'Remove rows' command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanatTop()Проверить, проиходит ли вставка сверху.Get preserve format typeprotected booleanCheck if operation is 'Insert' operationMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertRowsHandler
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, removeHandlerListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.commands.IHandler
addHandlerListener, dispose, execute, isEnabled, isHandled, removeHandlerListener
-
Constructor Details
-
RemoveRowsHandler
public RemoveRowsHandler()
-
-
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
-
atTop
protected boolean atTop()Description copied from class:DeleteInsertRowsHandlerПроверить, проиходит ли вставка сверху.- Specified by:
atTopin classDeleteInsertRowsHandler
-