RTFEditorKit) for creating Rich-Text-Format
text editors.See: Description
| Interface | Description |
|---|---|
| [source] RTFAttribute |
This interface describes a class which defines a 1-1 mapping between
an RTF keyword and a SwingText attribute.
|
| [source] RTFReader.Destination |
An interface (could be an entirely abstract class) describing
a destination.
|
| Class | Description |
|---|---|
| [source] AbstractFilter |
A generic superclass for streams which read and parse text
consisting of runs of characters interspersed with occasional
``specials'' (formatting characters).
|
| [source] Constants |
Class to hold dictionary keys used by the RTF reader/writer.
|
| [source] MockAttributeSet | |
| [source] RTFAttributes | |
| [source] RTFAttributes.AssertiveAttribute | |
| [source] RTFAttributes.BooleanAttribute | |
| [source] RTFAttributes.GenericAttribute | |
| [source] RTFAttributes.NumericAttribute | |
| [source] RTFEditorKit |
This is the default implementation of RTF editing
functionality.
|
| [source] RTFGenerator |
Generates an RTF output stream (java.io.OutputStream) from rich text
(handed off through a series of LTTextAcceptor calls).
|
| [source] RTFGenerator.CharacterKeywordPair | |
| [source] RTFParser |
RTFParser is a subclass of AbstractFilter which understands basic RTF syntax
and passes a stream of control words, text, and begin/end group
indications to its subclass.
|
| [source] RTFReader |
Takes a sequence of RTF tokens and text and appends the text
described by the RTF to a
StyledDocument (the target). |
RTFEditorKit) for creating Rich-Text-Format
text editors.
Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.