< prev index next >

src/java.desktop/share/classes/javax/swing/text/html/parser/package.html

Print this page




  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 <title></title>
  29 </head>
  30 <body bgcolor="white">
  31 
  32 Provides the default HTML parser, along with support classes.
  33 As the stream is parsed,
  34 the parser notifies a delegate, 
  35 which must implement
  36 the <code>HTMLEditorKit.ParserCallback</code> interface.
  37 
  38 <p>
  39 <strong>Note:</strong>
  40 Most of the Swing API is <em>not</em> thread safe.
  41 For details, see
  42 <a
  43 href="http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html"
  44 target="_top">Threads and Swing</a>,
  45 a section in
  46 <em><a href="http://java.sun.com/docs/books/tutorial/"
  47 target="_top">The Java Tutorial</a></em>.
  48 
  49 @see javax.swing.text.html.HTMLEditorKit.ParserCallback
  50 @since 1.2
  51 @serial exclude
  52 
  53 </body>
  54 </html>


  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 <title></title>
  29 </head>
  30 <body bgcolor="white">
  31 
  32 Provides the default HTML parser, along with support classes.
  33 As the stream is parsed,
  34 the parser notifies a delegate, 
  35 which must implement
  36 the <code>HTMLEditorKit.ParserCallback</code> interface.
  37 
  38 <p>
  39 <strong>Note:</strong>
  40 Most of the Swing API is <em>not</em> thread safe.
  41 For details, see
  42 <a
  43 href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
  44 target="_top">Concurrency in Swing</a>,
  45 a section in
  46 <em><a href="http://docs.oracle.com/javase/tutorial/"
  47 target="_top">The Java Tutorial</a></em>.
  48 
  49 @see javax.swing.text.html.HTMLEditorKit.ParserCallback
  50 @since 1.2
  51 @serial exclude
  52 
  53 </body>
  54 </html>
< prev index next >