|
|||||||||
| Home >> All >> javax >> swing >> text >> [ rtf overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> javax >> swing >> text >> [ rtf overview ] | PREV NEXT | ||||||||