Interface javax.swing.text.AbstractDocument.Content | 1.2 |
Methoden | |
---|---|
public Position | createPosition(int offset) |
public int | length() |
public UndoableEdit | insertString(int where, String str) |
public UndoableEdit | remove(int where, int nitems) |
public String | getString(int where, int len) |
public void | getChars(int where, int len, Segment txt) |