|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
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 |
LineNumberChangeRulerColumn.getHover()
|
IAnnotationHover |
IVerticalRulerInfoExtension.getHover()
Returns the hover for this vertical ruler (column). |
IAnnotationHover |
CompositeRuler.getHover()
|
IAnnotationHover |
ChangeRulerColumn.getHover()
|
IAnnotationHover |
AnnotationRulerColumn.getHover()
|
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 |
SourceViewer.setOverviewRulerAnnotationHover(IAnnotationHover annotationHover)
Sets the overview ruler's annotation hover of this source viewer. |
void |
LineNumberChangeRulerColumn.setHover(IAnnotationHover hover)
Sets the hover of this ruler column. |
void |
ISourceViewer.setAnnotationHover(IAnnotationHover annotationHover)
Sets the annotation hover of this source viewer. |
void |
IChangeRulerColumn.setHover(IAnnotationHover hover)
Sets the hover of this ruler column. |
void |
ChangeRulerColumn.setHover(IAnnotationHover hover)
|
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.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.