java.lang.Object javax.swing.text.StringContent
XMLEncoder
public Position createPosition(int offset) throws BadLocationException
public void getChars(int where, int len, Segment chars) throws BadLocationException
protected Vector getPositionsInRange(Vector v, int offset, int length)
public String getString(int where, int len) throws BadLocationException
public UndoableEdit insertString(int where, String str) throws BadLocationException
public int length()
public UndoableEdit remove(int where, int nitems) throws BadLocationException
public StringContent()
public StringContent(int initialLength)
protected void updateUndoPositions(Vector positions)