Uses of Class
org.eclipse.jface.text.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
Modifier and TypeClassDescriptionclass
An information control manager that shows information in response to mouse hover events.Modifier and TypeMethodDescriptionprotected AbstractInformationControlManager
TextViewer.getTextHoveringController()
Returns the text hovering controller of this viewer. -
Uses of AbstractInformationControlManager in org.eclipse.jface.text.information
Modifier and TypeClassDescriptionclass
Standard implementation ofIInformationPresenter
. -
Uses of AbstractInformationControlManager in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
This 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.