Eclipse Platform
2.1

Uses of Class
org.eclipse.jface.text.source.Annotation

Packages that use Annotation
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.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

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

Subclasses of Annotation in org.eclipse.jface.text.source
 class ProjectionAnnotation
          Annotation used to represent the projection of a master document onto a ProjectionDocument.
 

Methods in org.eclipse.jface.text.source with parameters of type Annotation
 void IAnnotationModel.addAnnotation(Annotation annotation, Position position)
          Adds a annotation to this annotation model.
 void IAnnotationModel.removeAnnotation(Annotation annotation)
          Removes the given annotation from the model.
 Position IAnnotationModel.getPosition(Annotation annotation)
          Returns the position associated with the given annotation.
 Object IAnnotationAccess.getType(Annotation annotation)
          Returns the type of the given annotation.
 boolean IAnnotationAccess.isMultiLine(Annotation annotation)
          Returns whether the given annotation spans multiple lines.
 boolean IAnnotationAccess.isTemporary(Annotation annotation)
          Returns whether the given annotation is temporary rather than persistent.
 void AnnotationModel.addAnnotation(Annotation annotation, Position position)
           
protected  void AnnotationModel.addAnnotation(Annotation annotation, Position position, boolean fireModelChanged)
          Adds the given annotation to this model.
 Position AnnotationModel.getPosition(Annotation annotation)
           
 void AnnotationModel.removeAnnotation(Annotation annotation)
           
protected  void AnnotationModel.removeAnnotation(Annotation annotation, boolean fireModelChanged)
          Removes the given annotation from the annotation model.
 void SourceViewer.setRangeIndicator(Annotation rangeIndicator)
           
 void ISourceViewer.setRangeIndicator(Annotation rangeIndicator)
          Sets the annotation used by this viewer as range indicator.
 

Uses of Annotation in org.eclipse.ui.texteditor
 

Subclasses of Annotation in org.eclipse.ui.texteditor
 class DefaultRangeIndicator
          Specialized annotation to indicate a particular range of text lines.
 class MarkerAnnotation
          Annotation representing a marker on a resource in the workspace.
 

Methods in org.eclipse.ui.texteditor that return Annotation
protected  Annotation AbstractTextEditor.getRangeIndicator()
          Returns the editor's range indicator.
 

Methods in org.eclipse.ui.texteditor with parameters of type Annotation
protected  void AbstractTextEditor.setRangeIndicator(Annotation rangeIndicator)
          Sets the annotation which this editor uses to represent the highlight range if the editor is configured to show the entire document.
 Object DefaultMarkerAnnotationAccess.getType(Annotation annotation)
           
 boolean DefaultMarkerAnnotationAccess.isMultiLine(Annotation annotation)
           
 boolean DefaultMarkerAnnotationAccess.isTemporary(Annotation annotation)
           
 


Eclipse Platform
2.1

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