|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAnnotationHover | |
org.eclipse.jface.text.source | Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer. |
Uses of IAnnotationHover in org.eclipse.jface.text.source |
Fields in org.eclipse.jface.text.source declared as IAnnotationHover | |
protected IAnnotationHover |
SourceViewer.fAnnotationHover
The viewer's annotation hover |
Methods in org.eclipse.jface.text.source that return IAnnotationHover | |
IAnnotationHover |
SourceViewerConfiguration.getAnnotationHover(ISourceViewer sourceViewer)
Returns the annotation hover which will provide the information to be shown in a hover popup window when requested for the given source viewer.This implementation always returns null . |
protected IAnnotationHover |
AnnotationBarHoverManager.getAnnotationHover()
Returns the annotation hover for this hover manager. |
Methods in org.eclipse.jface.text.source with parameters of type IAnnotationHover | |
void |
SourceViewer.setAnnotationHover(IAnnotationHover annotationHover)
|
void |
ISourceViewer.setAnnotationHover(IAnnotationHover annotationHover)
Sets the annotation hover of this source viewer. |
Constructors in org.eclipse.jface.text.source with parameters of type IAnnotationHover | |
AnnotationBarHoverManager(ISourceViewer sourceViewer,
IVerticalRuler ruler,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Deprecated. As of 2.1, replaced by AnnotationBarHoverManager.AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator) |
|
AnnotationBarHoverManager(IVerticalRulerInfo rulerInfo,
ISourceViewer sourceViewer,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Creates an annotation hover manager with the given parameters. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |