javax.swing.plaf.basic
Class BasicHTML.BasicHTMLViewFactory

java.lang.Object
  extended byjavax.swing.text.html.HTMLEditorKit.HTMLFactory
      extended byjavax.swing.plaf.basic.BasicHTML.BasicHTMLViewFactory
All Implemented Interfaces:
ViewFactory
Enclosing class:
BasicHTML

static class BasicHTML.BasicHTMLViewFactory
extends HTMLEditorKit.HTMLFactory

BasicHTMLViewFactory extends HTMLFactory to force images to be loaded synchronously.


Nested Class Summary
 
Nested classes inherited from class javax.swing.text.html.HTMLEditorKit.HTMLFactory
 
Constructor Summary
(package private) BasicHTML.BasicHTMLViewFactory()
           
 
Method Summary
 View create(Element elem)
          Creates a view from an element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHTML.BasicHTMLViewFactory

BasicHTML.BasicHTMLViewFactory()
Method Detail

create

public View create(Element elem)
Description copied from class: HTMLEditorKit.HTMLFactory
Creates a view from an element.

Specified by:
create in interface ViewFactory
Overrides:
create in class HTMLEditorKit.HTMLFactory
Parameters:
elem - the element
Returns:
the view