Package de.gebit.integrity.eclipse.views
Class IntegrityTestRunnerView.ExecuteTestDebugHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- de.gebit.integrity.eclipse.views.IntegrityTestRunnerView.ExecuteTestDebugHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler,org.eclipse.core.commands.IHandler2
- Enclosing class:
- IntegrityTestRunnerView
public static class IntegrityTestRunnerView.ExecuteTestDebugHandler extends org.eclipse.core.commands.AbstractHandlerThe handler to invokeIntegrityTestRunnerView#executeTestDebugAction. Used for keyboard shortcut handling.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description ExecuteTestDebugHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(org.eclipse.core.commands.ExecutionEvent anEvent)-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
Method Detail
-
execute
public Object execute(org.eclipse.core.commands.ExecutionEvent anEvent) throws org.eclipse.core.commands.ExecutionException
- Throws:
org.eclipse.core.commands.ExecutionException
-
-