Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy

Packages that use AnnotationPainter.IDrawingStrategy
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.jface.text.source.projection   
 

Uses of AnnotationPainter.IDrawingStrategy in org.eclipse.jface.text.source
 

Classes in org.eclipse.jface.text.source that implement AnnotationPainter.IDrawingStrategy
static class AnnotationPainter.NullStrategy
          Drawing strategy that does nothing.
static class AnnotationPainter.SquigglesStrategy
          Squiggles drawing strategy.
 

Methods in org.eclipse.jface.text.source with parameters of type AnnotationPainter.IDrawingStrategy
 void AnnotationPainter.addDrawingStrategy(Object id, AnnotationPainter.IDrawingStrategy strategy)
          Registers a new drawing strategy under the given ID.
 

Uses of AnnotationPainter.IDrawingStrategy in org.eclipse.jface.text.source.projection
 

Methods in org.eclipse.jface.text.source.projection with parameters of type AnnotationPainter.IDrawingStrategy
 void ProjectionSupport.setAnnotationPainterDrawingStrategy(AnnotationPainter.IDrawingStrategy strategy)
          Sets the drawing strategy that the projection support's annotation painter uses to draw the indication of collapsed regions onto the projection viewer's text widget.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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