Uses of Interface javax.swing.text.AbstractDocument.Content

Uses in package javax.swing.text

Classes implementing javax.swing.text.AbstractDocument.Content

class
This implementation of AbstractDocument.Content uses a gapped buffer.
class
An implementation of the AbstractDocument.Content interface useful for small documents or debugging.

Constructors with parameter type javax.swing.text.AbstractDocument.Content

Creates a new AbstractDocument with the specified AbstractDocument.Content model.
Creates a new AbstractDocument with the specified AbstractDocument.Content model and AbstractDocument.AttributeContext.
Creates a new DefaultStyledDocument that uses the specified StyleContext and AbstractDocument.Content buffer.
Creates a new AbstractDocument with the specified AbstractDocument.Content model.

Methods with return type javax.swing.text.AbstractDocument.Content

AbstractDocument.Content
Returns the AbstractDocument.Content model for this Document

Uses in package javax.swing.text.html

Constructors with parameter type javax.swing.text.AbstractDocument.Content

Constructs an HTML document with the given content storage implementation and the given style/attribute storage mechanism.