Eclipse Platform
Release 3.0

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. 
 

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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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