Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.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.

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.
raw docstring

createclj

(create this elem)

Creates a view from the given structural element of a document.

elem - the piece of the document to build a view of - javax.swing.text.Element

returns: the view - javax.swing.text.View

Creates a view from the given structural element of a
 document.

elem - the piece of the document to build a view of - `javax.swing.text.Element`

returns: the view - `javax.swing.text.View`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close