GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.swing.text.StyledDocument | |
Creates a new JTextPane and sets the specified
document .
|
Methods with parameter type javax.swing.text.StyledDocument | |
void | Sets the content model for this JTextPane .
|
Methods with return type javax.swing.text.StyledDocument | |
StyledDocument | Returns the StyledDocument that is the content model for
this JTextPane . |
Classes implementing javax.swing.text.StyledDocument | |
class | Represents the HTML document that is constructed by defining the text and
other components (images, buttons, etc) in HTML language. |
Constructors with parameter type javax.swing.text.StyledDocument | |
Constructs a MinimalHTMLWriter.
| |
Constructs a MinimalHTMLWriter.
|
Classes implementing javax.swing.text.StyledDocument | |
class | The default implementation of StyledDocument . |
Methods with return type javax.swing.text.StyledDocument | |
StyledDocument | Returns the StyledDocument that is used by editor .
|
GNU Classpath (0.95) |