| Methoden |
| public Element | getDefaultRootElement() |
| protected void | create(DefaultStyledDocument.ElementSpec[] data) |
| protected void | insert(int offset, DefaultStyledDocument.ElementSpec[] data) |
| public Style | addStyle(String nm, Style parent) |
| public void | removeStyle(String nm) |
| public Style | getStyle(String nm) |
| public Enumeration | getStyleNames() |
| public void | setLogicalStyle(int pos, Style s) |
| public Style | getLogicalStyle(int p) |
| public void | setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace) |
| public void | setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace) |
| public Element | getParagraphElement(int pos) |
| public Element | getCharacterElement(int pos) |
| protected void | insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr) |
| protected void | removeUpdate(AbstractDocument.DefaultDocumentEvent chng) |
| protected AbstractDocument.AbstractElement | createDefaultRoot() |
| public Color | getForeground(AttributeSet attr) |
| public Color | getBackground(AttributeSet attr) |
| public Font | getFont(AttributeSet attr) |
| protected void | styleChanged(Style style) |
| public void | addDocumentListener(DocumentListener listener) |
| public void | removeDocumentListener(DocumentListener listener) |