|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.buffer.PositionManager
A class internal to jEdit's document model. You should not use it directly.
| Constructor Summary | |
PositionManager()
|
|
| Method Summary | |
void |
contentInserted(int offset,
int length)
|
void |
contentRemoved(int offset,
int length)
|
javax.swing.text.Position |
createPosition(int offset)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PositionManager()
| Method Detail |
public javax.swing.text.Position createPosition(int offset)
public void contentInserted(int offset,
int length)
public void contentRemoved(int offset,
int length)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||