Package com._1c.g5.v8.dt.ui.aef.events
Class AefGlobalCommandHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- com._1c.g5.v8.dt.ui.aef.events.AefGlobalCommandHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.core.commands.IHandler2
public class AefGlobalCommandHandler extends org.eclipse.core.commands.AbstractHandler
Marshals hotkeyed command executions to AEF widgets. TODO: copied from the AEF 1.0. Remove the original after controls are ported.
-
-
Constructor Summary
Constructors Constructor Description AefGlobalCommandHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(org.eclipse.core.commands.ExecutionEvent event)
Sends theHotkeyExecutionEvent
to the event channel of the focused control.-
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 event) throws org.eclipse.core.commands.ExecutionException
Sends theHotkeyExecutionEvent
to the event channel of the focused control.- Throws:
org.eclipse.core.commands.ExecutionException
-
-