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

Quick Search    Search Deep
B C D E G I J L N P R S T

B

buffer - Variable in class javax.swing.text.rtf.RTFScanner
This is used to constuct strings from the read in chars.

C

CONTROL_WORD - Static variable in class javax.swing.text.rtf.Token
A control word like '\rtf1'.
ControlWordToken - class javax.swing.text.rtf.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.
ControlWordToken(String) - Constructor for class javax.swing.text.rtf.ControlWordToken
Constructs a new ControlWordToken with the specified name and without a parameter.
ControlWordToken(String, int) - Constructor for class javax.swing.text.rtf.ControlWordToken
Constructs a new ControlWordToken with the specified name and parameter.

D

doc - Variable in class javax.swing.text.rtf.RTFParser
The document into which we parse.

E

EOF - Static variable in class javax.swing.text.rtf.Token
This special type inidicates the end of the input stream.

G

getContentType() - Method in class javax.swing.text.rtf.RTFEditorKit
Returns the MIME content type.
getDocument() - Method in class javax.swing.text.rtf.RTFParser
Returns the javax.swing.text.Document in which we parsed the RTF data.

I

in - Variable in class javax.swing.text.rtf.RTFScanner
The reader from which we read the RTF data.

J

javax.swing.text.rtf - 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.

L

LCURLY - Static variable in class javax.swing.text.rtf.Token
A left curly brace '{'.

N

name - Variable in class javax.swing.text.rtf.ControlWordToken
The name of the control word.

P

param - Variable in class javax.swing.text.rtf.ControlWordToken
The optional parameter of the control word.
parse() - Method in class javax.swing.text.rtf.RTFParser
Starts the parsing process.
parseDocument() - Method in class javax.swing.text.rtf.RTFParser
The parse rules for <document>.
parseFile() - Method in class javax.swing.text.rtf.RTFParser
The parse rules for <file>.
parseHeader() - Method in class javax.swing.text.rtf.RTFParser
The parse rules for <header>.
pos - Variable in class javax.swing.text.rtf.RTFParser
The current position.

R

RCURLY - Static variable in class javax.swing.text.rtf.Token
A right curly brace '}'.
RTFEditorKit - class javax.swing.text.rtf.RTFEditorKit.
Provides support for RTF data for use in javax.swing.JEditorPanes.
RTFEditorKit() - Constructor for class javax.swing.text.rtf.RTFEditorKit
Constructs a new RTFEditorKit.
RTFParseException - exception javax.swing.text.rtf.RTFParseException.
Indicates a parsing error during RTF processing.
RTFParseException() - Constructor for class javax.swing.text.rtf.RTFParseException
Constructs a new RTFParseException without message.
RTFParseException(String) - Constructor for class javax.swing.text.rtf.RTFParseException
Constructs a new RTFParseException with the specified message.
RTFParser - class javax.swing.text.rtf.RTFParser.
Parses an RTF file into a javax.swing.text.Document.
RTFParser(Document, int) - Constructor for class javax.swing.text.rtf.RTFParser
Constructs a new RTFParser for the specified document and position, without initializing the scanner.
RTFParser(InputStream, Document, int) - Constructor for class javax.swing.text.rtf.RTFParser
Constructs a new RTFParser for the specified stream.
RTFParser(Reader, Document, int) - Constructor for class javax.swing.text.rtf.RTFParser
Constructs a new RTFParser for the specified reader.
RTFScanner - class javax.swing.text.rtf.RTFScanner.
Provides a scanner that scans an java.io.InputStream for tokens of the RTF syntax.
RTFScanner() - Constructor for class javax.swing.text.rtf.RTFScanner
Constructs a new RTFScanner without initializing the java.io.Reader.
RTFScanner(InputStream) - Constructor for class javax.swing.text.rtf.RTFScanner
Constructs a new RTFScanner for the given java.io.InputStream.
RTFScanner(Reader) - Constructor for class javax.swing.text.rtf.RTFScanner
Constructs a new RTFScanner for the given java.io.Reader.
read(InputStream, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Reads RTF data from stream into doc at the specified position pos.
read(Reader, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Reads RTF data from reader into doc at the specified position pos.
readControlWord() - Method in class javax.swing.text.rtf.RTFScanner
Reads in a control word and optional parameter.
readText() - Method in class javax.swing.text.rtf.RTFScanner
Reads in a block of text.
readToken() - Method in class javax.swing.text.rtf.RTFScanner
Reads in the next Token from the stream.

S

scanner - Variable in class javax.swing.text.rtf.RTFParser
Our scanner.

T

TEXT - Static variable in class javax.swing.text.rtf.Token
A token that contains text.
TextToken - class javax.swing.text.rtf.TextToken.
A special Token that represents a piece of text in RTF.
TextToken(String) - Constructor for class javax.swing.text.rtf.TextToken
Constructs a new TextToken with the specified textual data.
Token - class javax.swing.text.rtf.Token.
Represents a simple token that the RTFScanner can read.
Token(int) - Constructor for class javax.swing.text.rtf.Token
Constructs a new Token with the specified type.
text - Variable in class javax.swing.text.rtf.TextToken
The text.
type - Variable in class javax.swing.text.rtf.Token
The token type.

B C D E G I J L N P R S T