Methoden |
public Dictionary | getDocumentProperties() |
public void | setDocumentProperties(Dictionary x) |
protected void | fireInsertUpdate(DocumentEvent e) |
protected void | fireChangedUpdate(DocumentEvent e) |
protected void | fireRemoveUpdate(DocumentEvent e) |
protected void | fireUndoableEditUpdate(UndoableEditEvent e) |
public EventListener[] | getListeners(Class listenerType) ![[1.3]](../../images/marg13.gif) |
public int | getAsynchronousLoadPriority() |
public void | setAsynchronousLoadPriority(int p) |
public void | setDocumentFilter(DocumentFilter filter) ![[1.4]](../../images/marg14.gif) |
public DocumentFilter | getDocumentFilter() ![[1.4]](../../images/marg14.gif) |
public void | render(Runnable r) |
public int | getLength() |
public void | addDocumentListener(DocumentListener listener) |
public void | removeDocumentListener(DocumentListener listener) |
public DocumentListener[] | getDocumentListeners() ![[1.4]](../../images/marg14.gif) |
public void | addUndoableEditListener(UndoableEditListener listener) |
public void | removeUndoableEditListener(UndoableEditListener listener) |
public UndoableEditListener[] | getUndoableEditListeners() ![[1.4]](../../images/marg14.gif) |
public final Object | getProperty(Object key) |
public final void | putProperty(Object key, Object value) |
public void | remove(int offs, int len) |
public void | replace(int offset, int length, String text, AttributeSet attrs) ![[1.4]](../../images/marg14.gif) |
public void | insertString(int offs, String str, AttributeSet a) |
public String | getText(int offset, int length) |
public void | getText(int offset, int length, Segment txt) |
public synchronized Position | createPosition(int offs) |
public final Position | getStartPosition() |
public final Position | getEndPosition() |
public Element[] | getRootElements() |
public Element | getDefaultRootElement() |
public Element | getBidiRootElement() |
public Element | getParagraphElement(int pos) |
protected final AbstractDocument.AttributeContext | getAttributeContext() |
protected void | insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr) |
protected void | removeUpdate(AbstractDocument.DefaultDocumentEvent chng) |
protected void | postRemoveUpdate(AbstractDocument.DefaultDocumentEvent chng) |
public void | dump(PrintStream out) |
protected final AbstractDocument.Content | getContent() |
protected Element | createLeafElement(Element parent, AttributeSet a, int p0, int p1) |
protected Element | createBranchElement(Element parent, AttributeSet a) |
protected final synchronized Thread | getCurrentWriter() |
protected final synchronized void | writeLock() |
protected final synchronized void | writeUnlock() |
public final synchronized void | readLock() |
public final synchronized void | readUnlock() |