public static class HTMLEditorKit.HTMLFactory extends java.lang.Object implements javax.swing.text.ViewFactory
ViewFactory that is able to create Views for
the Elements that are supported.| Constructor and Description |
|---|
HTMLEditorKit.HTMLFactory()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.text.View |
create(javax.swing.text.Element element)
Creates a
View for the specified Element. |
public HTMLEditorKit.HTMLFactory()
public javax.swing.text.View create(javax.swing.text.Element element)
View for the specified Element.create in interface javax.swing.text.ViewFactoryelement - the Element to create a View
forView for the specified Element
or null if the type of element is
not supported