Eclipse Platform
Release 3.2

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 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)
           
 void MarginPainter.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 AnnotationPainter.setPositionManager(IPaintPositionManager manager)
           
 void MatchingCharacterPainter.setPositionManager(IPaintPositionManager manager)
           
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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