javax.swing.event.DocumentEvent.ElementChange |
![]() |
Describes changes made to a specific element.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the child elements that were added to the given
parent element.
| |||||||||||
Gets the child elements that were removed from the
given parent element.
| |||||||||||
Returns the element represented.
| |||||||||||
Fetches the index within the element represented.
|
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.
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 element represented. This is the element that was changed.
Fetches the index within the element represented. This is the location that children were added and/or removed.