Package-level Javadoc
Provides an information provider add-on for an ITextViewer.
An information provider presents information for a certain subject in a
specific information control. An information control usually is a floating
window.
Package Specification
IInformationPresenter defines the concept of an information provider.
It collaborates with content type specific information providers (IInformationProvider)
which determine for a certain offset in a text viewer an information subject
and the information available about this subject.. The package contains
a default implementation of IInformationPresenter (InformationPresenter).
Standard implementation of IInformationPresenter.
This implementation extends AbstractInformationControlManager.
The information control is made visible on request by calling
InformationPresenter.showInformationControl(Rectangle) .
Usually, clients instantiate this class and configure it before using it.