javax.swing.text
Class StyledEditorKit.StyledViewFactory

java.lang.Object
  extended byjavax.swing.text.StyledEditorKit.StyledViewFactory
All Implemented Interfaces:
ViewFactory
Enclosing class:
StyledEditorKit

static class StyledEditorKit.StyledViewFactory
extends Object
implements ViewFactory


Constructor Summary
(package private) StyledEditorKit.StyledViewFactory()
           
 
Method Summary
 View create(Element elem)
          Creates a view from the given structural element of a document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyledEditorKit.StyledViewFactory

StyledEditorKit.StyledViewFactory()
Method Detail

create

public View create(Element elem)
Description copied from interface: ViewFactory
Creates a view from the given structural element of a document.

Specified by:
create in interface ViewFactory
Parameters:
elem - the piece of the document to build a view of
Returns:
the view
See Also:
View