Class HandlyXtextOutlinePopupHandler

  • All Implemented Interfaces:
    org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

    public class HandlyXtextOutlinePopupHandler
    extends OutlinePopupHandler
    A simple handler that opens Handly-based outline popup for Xtext editor.

    Note that this class relies on the injected Provider<OulinePopup> for creating instances of the language-specific implementation of OutlinePopup.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected OutlinePopup createOutlinePopup()
      Creates a new instance of the outline popup.
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandlyXtextOutlinePopupHandler

        public HandlyXtextOutlinePopupHandler()