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
Bas handler for delete/insert rows commands
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract booleanatTop()Проверить, проиходит ли вставка сверху.getSelection(MoxelControl control) Get selected area to apply operation toMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertCellsHandlerexecute, getPreserveFormatType, isInsertOperationMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandleraddHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
- 
Constructor Details- 
DeleteInsertRowsHandlerpublic DeleteInsertRowsHandler()
 
- 
- 
Method Details- 
getSelectionDescription copied from class:DeleteInsertCellsHandlerGet selected area to apply operation to- Specified by:
- getSelectionin class- DeleteInsertCellsHandler
- Parameters:
- control-- MoxelControl
- Returns:
- list of Selectionrepresenting selected document areas
 
- 
atTopprotected abstract boolean atTop()Проверить, проиходит ли вставка сверху.
 
-