Uses of Interface
org.eclipse.jface.text.source.IAnnotationHover
-
Packages that use IAnnotationHover Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input. -
-
Uses of IAnnotationHover in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement IAnnotationHover Modifier and Type Class Description classDefaultAnnotationHoverStandard implementation ofIAnnotationHover.classLineChangeHoverA hover for line oriented diffs.Fields in org.eclipse.jface.text.source declared as IAnnotationHover Modifier and Type Field Description protected IAnnotationHoverSourceViewer. fAnnotationHoverThe viewer's annotation hoverprotected IAnnotationHoverSourceViewer. fOverviewRulerAnnotationHoverThe viewer's overview ruler annotation hoverMethods in org.eclipse.jface.text.source that return IAnnotationHover Modifier and Type Method Description protected IAnnotationHoverAnnotationBarHoverManager. getAnnotationHover()Returns the annotation hover for this hover manager.IAnnotationHoverSourceViewerConfiguration. 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.IAnnotationHoverAnnotationBarHoverManager. getCurrentAnnotationHover()Returns the currently shown annotation hover ornullif none hover is shown.IAnnotationHoverISourceViewerExtension3. getCurrentAnnotationHover()Returns the currently displayed annotation hover if any,nullotherwise.IAnnotationHoverSourceViewer. getCurrentAnnotationHover()IAnnotationHoverAbstractRulerColumn. getHover()IAnnotationHoverAnnotationRulerColumn. getHover()IAnnotationHoverChangeRulerColumn. getHover()IAnnotationHoverCompositeRuler. getHover()IAnnotationHoverIVerticalRulerInfoExtension. getHover()Returns the hover for this vertical ruler (column).IAnnotationHoverLineNumberChangeRulerColumn. getHover()IAnnotationHoverSourceViewerConfiguration. 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 IAnnotationHover Modifier and Type Method Description voidISourceViewer. setAnnotationHover(IAnnotationHover annotationHover)Sets the annotation hover of this source viewer.voidSourceViewer. setAnnotationHover(IAnnotationHover annotationHover)protected 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 IAnnotationHover Constructor Description AnnotationBarHoverManager(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 IAnnotationHover Modifier and Type Method Description IAnnotationHoverTextSourceViewerConfiguration. getAnnotationHover(ISourceViewer sourceViewer)IAnnotationHoverTextSourceViewerConfiguration. getOverviewRulerAnnotationHover(ISourceViewer sourceViewer)
-