Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.text.html.HTMLEditorKit.ParserCallback

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

Uses of HTMLEditorKit.ParserCallback in com.sun.java.swing.text.html
 

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

Methods in com.sun.java.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.
 

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


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.