java.lang.Object
javax.swing.text.html.HTMLEditorKit.HTMLFactory
- All Implemented Interfaces:
- javax.swing.text.ViewFactory
- Enclosing class:
- HTMLEditorKit
- public static class HTMLEditorKit.HTMLFactory
- extends java.lang.Object
- implements javax.swing.text.ViewFactory
A javax.swing.text.ViewFactory that is able to create javax.swing.text.Views for
the Elements that are supported.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLEditorKit.HTMLFactory
public HTMLEditorKit.HTMLFactory()
- Constructor
create
public javax.swing.text.View create(javax.swing.text.Element element)
- Creates a javax.swing.text.View for the specified
Element.
- Specified by:
create in interface javax.swing.text.ViewFactory