Liking cljdoc? Tell your friends :D

javax.swing.event.DocumentEvent$ElementChange

Describes changes made to a specific element.

Describes changes made to a specific element.
raw docstring

get-children-addedclj

(get-children-added this)

Gets the child elements that were added to the given parent element. The element array returned is in the order that the elements lie in the document, and must be contiguous.

returns: the child elements - javax.swing.text.Element[]

Gets the child elements that were added to the given
 parent element.  The element array returned is in the
 order that the elements lie in the document, and must
 be contiguous.

returns: the child elements - `javax.swing.text.Element[]`
raw docstring

get-children-removedclj

(get-children-removed this)

Gets the child elements that were removed from the given parent element. The element array returned is sorted in the order that the elements used to lie in the document, and must be contiguous.

returns: the child elements - javax.swing.text.Element[]

Gets the child elements that were removed from the
 given parent element.  The element array returned is
 sorted in the order that the elements used to lie in
 the document, and must be contiguous.

returns: the child elements - `javax.swing.text.Element[]`
raw docstring

get-elementclj

(get-element this)

Returns the element represented. This is the element that was changed.

returns: the element - javax.swing.text.Element

Returns the element represented.  This is the element
 that was changed.

returns: the element - `javax.swing.text.Element`
raw docstring

get-indexclj

(get-index this)

Fetches the index within the element represented. This is the location that children were added and/or removed.

returns: the index >= 0 - int

Fetches the index within the element represented.
 This is the location that children were added
 and/or removed.

returns: the index >= 0 - `int`
raw docstring

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

× close