FileDocCategorySizeDatePackage
ViewFactory.javaAPI DocJava SE 5 API740Fri Aug 26 14:58:16 BST 2005javax.swing.text

ViewFactory

public interface ViewFactory
A factory to create a view of some portion of document subject. This is intended to enable customization of how views get mapped over a document model.
author
Timothy Prinzing
version
1.18 12/19/03

Fields Summary
Constructors Summary
Methods Summary
public javax.swing.text.Viewcreate(javax.swing.text.Element elem)
Creates a view from the given structural element of a document.

param
elem the piece of the document to build a view of
return
the view
see
View