Class DeleteKeyPressHandler

  • 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 Detail

      • DeleteKeyPressHandler

        public DeleteKeyPressHandler()
    • Method Detail

      • 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