Uses of Interface
org.eclipse.jface.text.information.IInformationPresenter
Packages that use IInformationPresenter
Package
Description
Provides an information provider add-on for an
ITextViewer
.Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of IInformationPresenter in org.eclipse.jface.text.information
Classes in org.eclipse.jface.text.information that implement IInformationPresenterModifier and TypeClassDescriptionclass
Standard implementation ofIInformationPresenter
. -
Uses of IInformationPresenter in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IInformationPresenterModifier and TypeFieldDescriptionprotected IInformationPresenter
SourceViewer.fInformationPresenter
The viewer's information presenterMethods in org.eclipse.jface.text.source that return IInformationPresenterModifier and TypeMethodDescriptionSourceViewerConfiguration.getInformationPresenter
(ISourceViewer sourceViewer) Returns the information presenter which will determine and shown information requested for the current cursor position.