Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Interface IPaintPositionManager


public interface IPaintPositionManager

Manages and updates positions used by IPainters.

Since:
2.1
See Also:
IPainter


Method Summary
 void managePosition(Position position)
          Starts managing the given position until unmanagePosition is called.
 void unmanagePosition(Position position)
          Stops managing the given position.
 

Method Detail

 

 

managePosition

public void managePosition(Position position)

Starts managing the given position until unmanagePosition is called.

Parameters:
position - the position to manage
See Also:
unmanagePosition(Position)


 

 

unmanagePosition

public void unmanagePosition(Position position)

Stops managing the given position. If the position is not managed by this managed, this call has no effect.

Parameters:
position - the position that should no longer be managed


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

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