GNU Classpath (0.20) | |
Frames | No Frames |
Methods with parameter type javax.swing.text.AbstractDocument.DefaultDocumentEvent | |
void | DefaultStyledDocument.ElementBuffer.change(int offset, int length, AbstractDocument.DefaultDocumentEvent ev) Modifies the element structure so that the specified interval starts
and ends at an element boundary. |
void | DefaultStyledDocument.ElementBuffer.insert(int offset, int length, DefaultStyledDocument.ElementSpec[] data, AbstractDocument.DefaultDocumentEvent ev) Inserts new Element in the document at the specified
position.
|
void | Called to indicate that text has been inserted into this
Document . |
void | Called in response to content insert actions. |
void | Called to indicate that text has been inserted into this
Document . |
void | Called after some content has been removed from this
Document . |
void | DefaultStyledDocument.ElementBuffer.remove(int offs, int len, AbstractDocument.DefaultDocumentEvent ev) Updates the element structure of the document in response to removal of
content. |
void | Called before some content gets removed from this Document .
|
void | Updates the document structure in response to text removal. |
void | Called before some content gets removed from this Document .
|
Methods with parameter type javax.swing.text.AbstractDocument.DefaultDocumentEvent | |
void | Updates document structure as a result of text insertion. |
GNU Classpath (0.20) |