Class DeleteKeyPressHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class DeleteKeyPressHandler extends DeleteEntitiesHandler
Handler for "Delete" key. Deletes selected figures from diagram.
  • Constructor Details

    • DeleteKeyPressHandler

      public DeleteKeyPressHandler()
  • Method Details

    • execute

      public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
      Specified by:
      execute in interface org.eclipse.core.commands.IHandler
      Overrides:
      execute in class AbstractDiagramHandler
      Throws:
      org.eclipse.core.commands.ExecutionException