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

Quick Search    Search Deep

Uses of Class
javax.swing.text.rtf.Token

Uses of Token in javax.swing.text.rtf
 

Subclasses of Token in javax.swing.text.rtf
(package private)  class 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.
(package private)  class TextToken
          A special Token that represents a piece of text in RTF.
 

Methods in javax.swing.text.rtf that return Token
 Token RTFScanner.readToken()
          Reads in the next Token from the stream.
private  Token RTFScanner.readControlWord()
          Reads in a control word and optional parameter.
private  Token RTFScanner.readText()
          Reads in a block of text.