Swing 1.1

Uses of Class
javax.swing.text.html.HTMLEditorKit.ParserCallback

Packages that use HTMLEditorKit.ParserCallback
javax.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors. 
 

Uses of HTMLEditorKit.ParserCallback in javax.swing.text.html
 

Subclasses of HTMLEditorKit.ParserCallback in javax.swing.text.html
 class HTMLDocument.HTMLReader
          An html reader to load an html document with an html element structure.
 

Methods in javax.swing.text.html that return HTMLEditorKit.ParserCallback
 HTMLEditorKit.ParserCallback HTMLDocument.getReader(int pos)
          Fetch the reader for the parser to use to load the document with html.
 HTMLEditorKit.ParserCallback HTMLDocument.getReader(int pos, int popDepth, int pushDepth, HTML.Tag insertTag)
          Fetch the reader for the parser to use to load the document with html.
 

Methods in javax.swing.text.html with parameters of type HTMLEditorKit.ParserCallback
abstract  void HTMLEditorKit.Parser.parse(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet)
          Parse the given stream and drive the given callback with the results of the parse.
 


Swing 1.1

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.