Uses of Interface
org.eclipse.jface.text.source.IAnnotationHover
Packages that use IAnnotationHover
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.-
Uses of IAnnotationHover in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement IAnnotationHoverModifier and TypeClassDescriptionclassStandard implementation ofIAnnotationHover.classA hover for line oriented diffs.Fields in org.eclipse.jface.text.source declared as IAnnotationHoverModifier and TypeFieldDescriptionprotected IAnnotationHoverSourceViewer.fAnnotationHoverThe viewer's annotation hoverprotected IAnnotationHoverSourceViewer.fOverviewRulerAnnotationHoverThe viewer's overview ruler annotation hoverMethods in org.eclipse.jface.text.source that return IAnnotationHoverModifier and TypeMethodDescriptionprotected IAnnotationHoverAnnotationBarHoverManager.getAnnotationHover()Returns the annotation hover for this hover manager.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.AnnotationBarHoverManager.getCurrentAnnotationHover()Returns the currently shown annotation hover ornullif none hover is shown.ISourceViewerExtension3.getCurrentAnnotationHover()Returns the currently displayed annotation hover if any,nullotherwise.SourceViewer.getCurrentAnnotationHover()AbstractRulerColumn.getHover()AnnotationRulerColumn.getHover()ChangeRulerColumn.getHover()CompositeRuler.getHover()IVerticalRulerInfoExtension.getHover()Returns the hover for this vertical ruler (column).LineNumberChangeRulerColumn.getHover()SourceViewerConfiguration.getOverviewRulerAnnotationHover(ISourceViewer sourceViewer) Returns the annotation hover which will provide the information to be shown in a hover popup window when requested for the overview ruler of the given source viewer.This implementation always returns the general annotation hover returned bygetAnnotationHover.Methods in org.eclipse.jface.text.source with parameters of type IAnnotationHoverModifier and TypeMethodDescriptionvoidISourceViewer.setAnnotationHover(IAnnotationHover annotationHover) Sets the annotation hover of this source viewer.voidSourceViewer.setAnnotationHover(IAnnotationHover annotationHover) protected final voidAbstractRulerColumn.setHover(IAnnotationHover hover) Sets the annotation hover.voidAnnotationRulerColumn.setHover(IAnnotationHover hover) voidChangeRulerColumn.setHover(IAnnotationHover hover) voidIChangeRulerColumn.setHover(IAnnotationHover hover) Sets the hover of this ruler column.voidLineNumberChangeRulerColumn.setHover(IAnnotationHover hover) voidSourceViewer.setOverviewRulerAnnotationHover(IAnnotationHover annotationHover) Sets the overview ruler's annotation hover of this source viewer.Constructors in org.eclipse.jface.text.source with parameters of type IAnnotationHoverModifierConstructorDescriptionAnnotationBarHoverManager(ISourceViewer sourceViewer, IVerticalRuler ruler, IAnnotationHover annotationHover, IInformationControlCreator creator) Deprecated.AnnotationBarHoverManager(IVerticalRulerInfo rulerInfo, ISourceViewer sourceViewer, IAnnotationHover annotationHover, IInformationControlCreator creator) Creates an annotation hover manager with the given parameters. -
Uses of IAnnotationHover in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IAnnotationHoverModifier and TypeMethodDescriptionTextSourceViewerConfiguration.getAnnotationHover(ISourceViewer sourceViewer) TextSourceViewerConfiguration.getOverviewRulerAnnotationHover(ISourceViewer sourceViewer)
AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator)