Package javax.swing.text.rtf

Interface Summary
RTFAttribute This interface describes a class which defines a 1-1 mapping between an RTF keyword and a SwingText attribute.
RTFReader.Destination An interface (could be an entirely abstract class) describing a destination.
 

Class Summary
AbstractFilter A generic superclass for streams which read and parse text consisting of runs of characters interspersed with occasional ``specials'' (formatting characters).
Constants Class to hold dictionary keys used by the RTF reader/writer.
MockAttributeSet  
RTFAttributes  
RTFAttributes.AssertiveAttribute  
RTFAttributes.BooleanAttribute  
RTFAttributes.GenericAttribute  
RTFAttributes.NumericAttribute  
RTFEditorKit This is the default implementation of RTF editing functionality.
RTFGenerator Generates an RTF output stream (java.io.OutputStream) from rich text (handed off through a series of LTTextAcceptor calls).
RTFGenerator.CharacterKeywordPair  
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.
RTFReader Takes a sequence of RTF tokens and text and appends the text described by the RTF to a StyledDocument (the target).