Class ClearHandler
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
-
- com._1c.g5.v8.dt.moxel.ui.handlers.ClearHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
- Direct Known Subclasses:
ClearAll,ClearBordersHandler,ClearContentHandler,ClearFormatHandler
public class ClearHandler extends BaseHandler
Base handler for various 'Clear ...' commands- See Also:
ClearBordersHandler,ClearContentHandler,ClearFormatHandler,ClearAll
-
-
Constructor Summary
Constructors Constructor Description ClearHandler(boolean clearBorders, boolean clearFormat, boolean clearContent)Creates new instance ofClearHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(org.eclipse.core.commands.ExecutionEvent event)-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
addHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
-
-
-
-
Constructor Detail
-
ClearHandler
public ClearHandler(boolean clearBorders, boolean clearFormat, boolean clearContent)Creates new instance ofClearHandler- Parameters:
clearBorders- - clear bordersclearFormat- - clear formatclearContent- - clear content
-
-
Method Detail
-
execute
public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
- Throws:
org.eclipse.core.commands.ExecutionException
-
-