Class DeleteInsertRowsHandler
- 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
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
- Direct Known Subclasses:
InsertRowsAfterHandler
,InsertRowsBeforeHandler
,RemoveRowsHandler
public abstract class DeleteInsertRowsHandler extends DeleteInsertCellsHandler
Bas handler for delete/insert rows commands
-
-
Constructor Summary
Constructors Constructor Description DeleteInsertRowsHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract boolean
atTop()
Проверить, проиходит ли вставка сверху.protected List<Selection>
getSelection(MoxelControl control)
Get selected area to apply operation to-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertCellsHandler
execute, getPreserveFormatType, isInsertOperation
-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
addHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
-
-
-
-
Method Detail
-
getSelection
protected List<Selection> getSelection(MoxelControl control)
Description copied from class:DeleteInsertCellsHandler
Get selected area to apply operation to- Specified by:
getSelection
in classDeleteInsertCellsHandler
- Parameters:
control
-MoxelControl
- Returns:
- list of
Selection
representing selected document areas
-
atTop
protected abstract boolean atTop()
Проверить, проиходит ли вставка сверху.
-
-