Class HandlyXtextOutlinePopupHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
org.eclipse.handly.ui.quickoutline.OutlinePopupHandler
org.eclipse.handly.xtext.ui.quickoutline.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.

  • Constructor Details

    • HandlyXtextOutlinePopupHandler

      public HandlyXtextOutlinePopupHandler()
  • Method Details