Eclipse Platform
2.1

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

Packages that use IAnnotationAccess
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IAnnotationAccess in org.eclipse.jface.text.source
 

Constructors in org.eclipse.jface.text.source with parameters of type IAnnotationAccess
AnnotationPainter(ISourceViewer sourceViewer, IAnnotationAccess access)
          Creates a new annotation painter for the given source viewer and with the given annotation access.
OverviewRuler(IAnnotationAccess annotationAccess, int width, ISharedTextColors sharedColors)
          Constructs a overview ruler of the given width using the given annotation access and the given color manager.
 

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

Fields in org.eclipse.ui.editors.text declared as IAnnotationAccess
protected  IAnnotationAccess TextEditor.fAnnotationAccess
          Helper for accessing annotation from the perspective of this editor.
 

Methods in org.eclipse.ui.editors.text that return IAnnotationAccess
protected  IAnnotationAccess TextEditor.createAnnotationAccess()
          Creates the annotation access for this editor.
 

Uses of IAnnotationAccess in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement IAnnotationAccess
 class DefaultMarkerAnnotationAccess
           
 

Constructors in org.eclipse.ui.texteditor with parameters of type IAnnotationAccess
SourceViewerDecorationSupport(ISourceViewer sourceViewer, IOverviewRuler overviewRuler, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors)
          Creates a new decoration support for the given viewer.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.