javax.swing.text
Class StyledEditorKit.StyledViewFactory

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