Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.text.source.IAnnotationHover

Packages that use IAnnotationHover
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.ui.editors.text 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 IAnnotationHover
 class LineChangeHover
          A hover for line oriented diffs.
 

Fields in org.eclipse.jface.text.source declared as IAnnotationHover
protected  IAnnotationHover SourceViewer.fAnnotationHover
          The viewer's annotation hover
protected  IAnnotationHover SourceViewer.fOverviewRulerAnnotationHover
          The viewer's overview ruler annotation hover
 

Methods in org.eclipse.jface.text.source that return IAnnotationHover
 IAnnotationHover IVerticalRulerInfoExtension.getHover()
          Returns the hover for this vertical ruler (column).
 IAnnotationHover LineNumberChangeRulerColumn.getHover()
           
protected  IAnnotationHover AnnotationBarHoverManager.getAnnotationHover()
          Returns the annotation hover for this hover manager.
 IAnnotationHover ChangeRulerColumn.getHover()
           
 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.
 IAnnotationHover 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 by getAnnotationHover.
 IAnnotationHover CompositeRuler.getHover()
           
 IAnnotationHover AnnotationRulerColumn.getHover()
           
 

Methods in org.eclipse.jface.text.source with parameters of type IAnnotationHover
 void ISourceViewer.setAnnotationHover(IAnnotationHover annotationHover)
          Sets the annotation hover of this source viewer.
 void LineNumberChangeRulerColumn.setHover(IAnnotationHover hover)
          Sets the hover of this ruler column.
 void SourceViewer.setAnnotationHover(IAnnotationHover annotationHover)
           
 void SourceViewer.setOverviewRulerAnnotationHover(IAnnotationHover annotationHover)
          Sets the overview ruler's annotation hover of this source viewer.
 void ChangeRulerColumn.setHover(IAnnotationHover hover)
           
 void IChangeRulerColumn.setHover(IAnnotationHover hover)
          Sets the hover of this ruler column.
 void AnnotationRulerColumn.setHover(IAnnotationHover hover)
           
 

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.
 

Uses of IAnnotationHover in org.eclipse.ui.editors.text
 

Methods in org.eclipse.ui.editors.text that return IAnnotationHover
 IAnnotationHover TextSourceViewerConfiguration.getAnnotationHover(ISourceViewer sourceViewer)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.