Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.html.HTMLEditorKit$HTMLTextAction

An abstract Action providing some convenience methods that may be useful in inserting HTML into an existing document. NOTE: None of the convenience methods obtain a lock on the document. If you have another thread modifying the text these methods may have inconsistent behavior, or return the wrong thing.

An abstract Action providing some convenience methods that may
be useful in inserting HTML into an existing document.
NOTE: None of the convenience methods obtain a lock on the
document. If you have another thread modifying the text these
methods may have inconsistent behavior, or return the wrong thing.
raw docstring

->html-text-actionclj

(->html-text-action name)

Constructor.

name - java.lang.String

Constructor.

name - `java.lang.String`
raw docstring

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

× close