Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object execute​(org.eclipse.core.commands.ExecutionEvent event)
      Sends the HotkeyExecutionEvent 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
      • Methods inherited from class org.eclipse.core.commands.common.EventManager

        addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
    • Constructor Detail

      • AefGlobalCommandHandler

        public AefGlobalCommandHandler()
    • Method Detail

      • execute

        public Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                       throws org.eclipse.core.commands.ExecutionException
        Sends the HotkeyExecutionEvent to the event channel of the focused control.
        Throws:
        org.eclipse.core.commands.ExecutionException