| Interface javax.swing.text.Document | 1.2 |
| Datenelemente | |
|---|---|
| public final static String | StreamDescriptionProperty |
| public final static String | TitleProperty |
| Methoden | |
|---|---|
| public int | getLength() |
| public void | addDocumentListener(DocumentListener listener) |
| public void | removeDocumentListener(DocumentListener listener) |
| public void | addUndoableEditListener(UndoableEditListener listener) |
| public void | removeUndoableEditListener(UndoableEditListener listener) |
| public Object | getProperty(Object key) |
| public void | putProperty(Object key, Object value) |
| public void | remove(int offs, int len) |
| public void | insertString(int offset, String str, AttributeSet a) |
| public String | getText(int offset, int length) |
| public void | getText(int offset, int length, Segment txt) |
| public Position | getStartPosition() |
| public Position | getEndPosition() |
| public Position | createPosition(int offs) |
| public Element[] | getRootElements() |
| public Element | getDefaultRootElement() |
| public void | render(Runnable r) |