Class RemoveColumnsHandler
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.RemoveColumnsHandler
- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler
public class RemoveColumnsHandler
extends DeleteInsertColumnsHandler
implements org.eclipse.core.commands.IHandler
Handler for 'Remove columns' command
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanatLeft()Проверить, проиходит ли вставка слева.Get preserve format typeprotected booleanCheck if operation is 'Insert' operationMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertColumnsHandlergetSelectionMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.DeleteInsertCellsHandlerexecuteMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandleraddHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListenerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.commands.IHandleraddHandlerListener, dispose, execute, isEnabled, isHandled, removeHandlerListener
- 
Constructor Details- 
RemoveColumnsHandlerpublic RemoveColumnsHandler()
 
- 
- 
Method Details- 
isInsertOperationprotected boolean isInsertOperation()Description copied from class:DeleteInsertCellsHandlerCheck if operation is 'Insert' operation- Specified by:
- isInsertOperationin class- DeleteInsertCellsHandler
- Returns:
- trueif operation is insert operation,- falseotherwise
 
- 
getPreserveFormatTypeDescription copied from class:DeleteInsertCellsHandlerGet preserve format type- Specified by:
- getPreserveFormatTypein class- DeleteInsertCellsHandler
- Returns:
- preserve format type
 
- 
atLeftprotected boolean atLeft()Description copied from class:DeleteInsertColumnsHandlerПроверить, проиходит ли вставка слева.- Specified by:
- atLeftin class- DeleteInsertColumnsHandler
 
 
-