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.
- Since:
- jEdit 4.2pre3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PositionManager
public PositionManager(JEditBuffer buffer)
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)