org.gjt.sp.jedit.buffer
Class PositionManager
java.lang.Object
org.gjt.sp.jedit.buffer.PositionManager
- public class PositionManager
- extends java.lang.Object
A class internal to jEdit's document model. You should not use it
directly. To improve performance, none of the methods in this class
check for out of bounds access, nor are they thread-safe. The
Buffer
class, through which these methods must be
called through, implements such protection.
- Since:
- jEdit 4.2pre3
- Version:
- $Id: PositionManager.java,v 1.24 2003/08/04 03:19:13 spestov Exp $
- Author:
- Slava Pestov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PositionManager
public PositionManager()
createPosition
public javax.swing.text.Position createPosition(int offset)
contentInserted
public void contentInserted(int offset,
int length)
contentRemoved
public void contentRemoved(int offset,
int length)