Methods in
org.eclipse.jface.text.source that return
IAnnotationHover
|
protected
IAnnotationHover
|
AnnotationBarHoverManager.
getAnnotationHover
()
Returns the annotation hover for this hover manager. |
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
|
ISourceViewerExtension3.
getCurrentAnnotationHover
()
Returns the currently displayed annotation hover if any, null otherwise. |
IAnnotationHover
|
AnnotationBarHoverManager.
getCurrentAnnotationHover
()
Returns the currently shown annotation hover or null if none
hover is shown. |
IAnnotationHover
|
SourceViewer.
getCurrentAnnotationHover
()
|
IAnnotationHover
|
AbstractRulerColumn.
getHover
()
|
IAnnotationHover
|
IVerticalRulerInfoExtension.
getHover
()
Returns the hover for this vertical ruler (column). |
IAnnotationHover
|
AnnotationRulerColumn.
getHover
()
|
IAnnotationHover
|
ChangeRulerColumn.
getHover
()
|
IAnnotationHover
|
LineNumberChangeRulerColumn.
getHover
()
|
IAnnotationHover
|
CompositeRuler.
getHover
()
|
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 . |