Class CustomHandlyXtextOutlinePopupHandler

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
com._1c.g5.v8.dt.lcore.ui.outline.CustomHandlyXtextOutlinePopupHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class CustomHandlyXtextOutlinePopupHandler extends org.eclipse.handly.xtext.ui.quickoutline.HandlyXtextOutlinePopupHandler
Special HandlyXtextOutlinePopupHandler. Creates IOutlinePopupHost by active xtext editor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.eclipse.handly.ui.quickoutline.IOutlinePopupHost
    getOutlinePopupHost(org.eclipse.core.commands.ExecutionEvent event)
     

    Methods inherited from class org.eclipse.handly.xtext.ui.quickoutline.HandlyXtextOutlinePopupHandler

    createOutlinePopup

    Methods inherited from class org.eclipse.handly.ui.quickoutline.OutlinePopupHandler

    execute, getInvokingKeyStroke

    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 Details

    • CustomHandlyXtextOutlinePopupHandler

      public CustomHandlyXtextOutlinePopupHandler()
  • Method Details

    • getOutlinePopupHost

      protected org.eclipse.handly.ui.quickoutline.IOutlinePopupHost getOutlinePopupHost(org.eclipse.core.commands.ExecutionEvent event)
      Overrides:
      getOutlinePopupHost in class org.eclipse.handly.ui.quickoutline.OutlinePopupHandler