Uses of Class
org.eclipse.jface.text.AbstractInformationControlManager
Packages that use AbstractInformationControlManager
Package
Description
Provides a framework for creating and manipulating text documents.
Provides an information provider add-on for an
ITextViewer.Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of AbstractInformationControlManager in org.eclipse.jface.text
Subclasses of AbstractInformationControlManager in org.eclipse.jface.textModifier and TypeClassDescriptionclassAn information control manager that shows information in response to mouse hover events.Methods in org.eclipse.jface.text that return AbstractInformationControlManagerModifier and TypeMethodDescriptionprotected AbstractInformationControlManagerTextViewer.getTextHoveringController()Returns the text hovering controller of this viewer. -
Uses of AbstractInformationControlManager in org.eclipse.jface.text.information
Subclasses of AbstractInformationControlManager in org.eclipse.jface.text.informationModifier and TypeClassDescriptionclassStandard implementation ofIInformationPresenter. -
Uses of AbstractInformationControlManager in org.eclipse.jface.text.source
Subclasses of AbstractInformationControlManager in org.eclipse.jface.text.sourceModifier and TypeClassDescriptionclassThis manager controls the layout, content, and visibility of an information control in reaction to mouse hover events issued by the vertical ruler of a source viewer.