javax.swing.text.html
public static class HTMLEditorKit.HTMLFactory extends Object implements ViewFactory
Element
s that are supported.
Constructor Summary | |
---|---|
HTMLFactory()
Constructor |
Method Summary | |
---|---|
View | create(Element element)
Creates a {@link View} for the specified Element .
|
Element
.
Parameters: element the Element
to create a View
for
Returns: the View
for the specified Element
or null
if the type of element
is
not supported