Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javax.swing.text.rtf

Provides core text classes and interfaces representing models and views used by the text components for display and editing of text.

See:
          Description

Class Summary
ControlWordToken A special Token that represents a control word in RTF like '\deff0' where 'deff' is the name of the control word and '0' is an optional parameter.
RTFEditorKit Provides support for RTF data for use in javax.swing.JEditorPanes.
RTFParser Parses an RTF file into a javax.swing.text.Document.
RTFScanner Provides a scanner that scans an java.io.InputStream for tokens of the RTF syntax.
TextToken A special Token that represents a piece of text in RTF.
Token Represents a simple token that the RTFScanner can read.
 

Exception Summary
RTFParseException Indicates a parsing error during RTF processing.
 

Package javax.swing.text.rtf Description

Provides core text classes and interfaces representing models and views used by the text components for display and editing of text.