Class KlighdActionExecutionHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
de.cau.cs.kieler.klighd.ui.internal.handlers.KlighdActionExecutionHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class KlighdActionExecutionHandler extends org.eclipse.core.commands.AbstractHandler
Generic handler implementation executing IActions on view models and re-arranging the diagrams afterwards.

This class contains some inner helper classes contributing to the command parameter definitions in the plugin.xml.
Author:
chsch
  • Constructor Details

    • KlighdActionExecutionHandler

      public KlighdActionExecutionHandler()
  • Method Details

    • execute

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