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 Summary
ConstructorsConstructorDescriptionDebug hover window tree's creator default constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.IInformationControl
createInformationControl
(org.eclipse.swt.widgets.Shell parent)
-
Constructor Details
-
DebugElementInformationControlCreator
Debug hover window tree's creator default constructor- Parameters:
manager
-IDebugMonitoringManager
instance to provide hover's monitoring information if needed, can benull
-
-
Method Details
-
createInformationControl
public org.eclipse.jface.text.IInformationControl createInformationControl(org.eclipse.swt.widgets.Shell parent) - Specified by:
createInformationControl
in interfaceorg.eclipse.jface.text.IInformationControlCreator
-