GNU Classpath (0.20) | |
Frames | No Frames |
Methods with parameter type javax.swing.text.DefaultStyledDocument.ElementSpec | |
void | Initializes the DefaultStyledDocument with the specified
data.
|
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 | Inserts a bulk of structured content at once.
|
void | Performs the actual structural change for insert(int,int,DefaultStyledDocument.ElementSpec[],AbstractDocument.DefaultDocumentEvent) . |
Methods with parameter type javax.swing.text.DefaultStyledDocument.ElementSpec | |
void | Replaces the contents of the document with the given element specifications.
|
void | Inserts new elements in bulk. |
GNU Classpath (0.20) |