javax.swing.plaf.basic
Class BasicHTML.BasicHTMLViewFactory
java.lang.Object
javax.swing.text.html.HTMLEditorKit.HTMLFactory
javax.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicHTML.BasicHTMLViewFactory
BasicHTML.BasicHTMLViewFactory()
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