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:
  • Constructor Details

    • ClearHandler

      public ClearHandler(boolean clearBorders, boolean clearFormat, boolean clearContent)
      Creates new instance of ClearHandler
      Parameters:
      clearBorders - - clear borders
      clearFormat - - clear format
      clearContent - - clear content
  • Method Details

    • execute

      public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
      Throws:
      org.eclipse.core.commands.ExecutionException