Class DebugElementInformationControlCreator

java.lang.Object
com._1c.g5.v8.dt.internal.debug.ui.hover.DebugElementInformationControlCreator
All Implemented Interfaces:
org.eclipse.jface.text.IInformationControlCreator

public class DebugElementInformationControlCreator extends Object implements org.eclipse.jface.text.IInformationControlCreator
IInformationControlCreator implementation to create information about DebugElementHoverRoot as tree.
  • Constructor Details

    • DebugElementInformationControlCreator

      public DebugElementInformationControlCreator(IDebugMonitoringManager manager)
      Debug hover window tree's creator default constructor
      Parameters:
      manager - IDebugMonitoringManager instance to provide hover's monitoring information if needed, can be null
  • Method Details

    • createInformationControl

      public org.eclipse.jface.text.IInformationControl createInformationControl(org.eclipse.swt.widgets.Shell parent)
      Specified by:
      createInformationControl in interface org.eclipse.jface.text.IInformationControlCreator