Uses of Interface
org.eclipse.jface.text.IInformationControl
-
Packages that use IInformationControl Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. -
-
Uses of IInformationControl in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IInformationControl Modifier and Type Class Description classAbstractInformationControlAn abstract information control that can show content inside a shell.classDefaultInformationControlDefault implementation ofIInformationControl.Fields in org.eclipse.jface.text declared as IInformationControl Modifier and Type Field Description protected IInformationControlAbstractInformationControlManager. fInformationControlThe information control.Methods in org.eclipse.jface.text that return IInformationControl Modifier and Type Method Description IInformationControlAbstractReusableInformationControlCreator. createInformationControl(Shell parent)IInformationControlIInformationControlCreator. createInformationControl(Shell parent)Creates a new information control with the given shell as the control's parent.protected abstract IInformationControlAbstractReusableInformationControlCreator. doCreateInformationControl(Shell parent)Creates the control.protected IInformationControlAbstractInformationControlManager. getInformationControl()Returns the information control.Methods in org.eclipse.jface.text with parameters of type IInformationControl Modifier and Type Method Description booleanAbstractReusableInformationControlCreator. canReuse(IInformationControl control)booleanIInformationControlCreatorExtension. canReuse(IInformationControl control)Tests if an existing information control can be reused.protected PointAbstractInformationControlManager. computeSizeConstraints(Control subjectControl, IInformationControl informationControl)Computes the size constraints of the information control in points based on the default font of the given subject control as well as the size constraints in character width.protected PointAbstractInformationControlManager. computeSizeConstraints(Control subjectControl, Rectangle subjectArea, IInformationControl informationControl)Computes the size constraints of the information control in points.voidAbstractInformationControlManager.IInformationControlCloser. setInformationControl(IInformationControl control)Sets the closer's information control, the one to close if necessary. -
Uses of IInformationControl in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type IInformationControl Modifier and Type Method Description protected PointAnnotationBarHoverManager. computeSizeConstraints(Control subjectControl, Rectangle subjectArea, IInformationControl informationControl)voidAnnotationBarHoverManager.Closer. setInformationControl(IInformationControl control)Deprecated.
-