Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.IPaintPositionManager

Packages that use IPaintPositionManager
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
 

Uses of IPaintPositionManager in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type IPaintPositionManager
 void MarginPainter.setPositionManager(IPaintPositionManager manager)
           
 void IPainter.setPositionManager(IPaintPositionManager manager)
          Sets the paint position manager that can be used by this painter or removes any previously set paint position manager.
 void CursorLinePainter.setPositionManager(IPaintPositionManager manager)
           
 

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

Methods in org.eclipse.jface.text.source with parameters of type IPaintPositionManager
 void MatchingCharacterPainter.setPositionManager(IPaintPositionManager manager)
           
 void AnnotationPainter.setPositionManager(IPaintPositionManager manager)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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