Eclipse Platform
2.1

org.eclipse.jface.text
Interface IPaintPositionManager


public interface IPaintPositionManager

Manager that manages and updates positions used by IPainter objects.


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 -

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 -

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.