Liking cljdoc? Tell your friends :D

javax.swing.text.DefaultStyledDocument$AttributeUndoableEdit

An UndoableEdit used to remember AttributeSet changes to an Element.

An UndoableEdit used to remember AttributeSet changes to an
Element.
raw docstring

->attribute-undoable-editclj

(->attribute-undoable-edit element new-attributes is-replacing)

Constructor.

element - javax.swing.text.Element new-attributes - javax.swing.text.AttributeSet is-replacing - boolean

Constructor.

element - `javax.swing.text.Element`
new-attributes - `javax.swing.text.AttributeSet`
is-replacing - `boolean`
raw docstring

redoclj

(redo this)

Redoes a change.

throws: javax.swing.undo.CannotRedoException - if the change cannot be redone

Redoes a change.

throws: javax.swing.undo.CannotRedoException - if the change cannot be redone
raw docstring

undoclj

(undo this)

Undoes a change.

throws: javax.swing.undo.CannotUndoException - if the change cannot be undone

Undoes a change.

throws: javax.swing.undo.CannotUndoException - if the change cannot be undone
raw docstring

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

× close