Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
Uses of AbstractDocument.Content in javax.swing.text |
---|
Modifier and Type | Class and Description |
---|---|
class |
GapContent
An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs. |
class |
StringContent
An implementation of the AbstractDocument.Content interface that is a brute force implementation that is useful for relatively small documents and/or debugging. |
Modifier and Type | Method and Description |
---|---|
protected AbstractDocument.Content |
AbstractDocument.getContent()
Gets the content for the document. |
Constructor and Description |
---|
AbstractDocument(AbstractDocument.Content data)
Constructs a new AbstractDocument , wrapped around some
specified content storage mechanism. |
AbstractDocument(AbstractDocument.Content data,
AbstractDocument.AttributeContext context)
Constructs a new AbstractDocument , wrapped around some
specified content storage mechanism. |
DefaultStyledDocument(AbstractDocument.Content c,
StyleContext styles)
Constructs a styled document. |
PlainDocument(AbstractDocument.Content c)
Constructs a plain text document. |
Uses of AbstractDocument.Content in javax.swing.text.html |
---|
Constructor and Description |
---|
HTMLDocument(AbstractDocument.Content c,
StyleSheet styles)
Constructs an HTML document with the given content storage implementation and the given style/attribute storage mechanism. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.