| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DocumentEvent.ElementChange
Describes changes made to a specific element.
| Method Summary | |
|---|---|
|  Element[] | getChildrenAdded()Gets the child elements that were added to the given parent element. | 
|  Element[] | getChildrenRemoved()Gets the child elements that were removed from the given parent element. | 
|  Element | getElement()Returns the element represented. | 
|  int | getIndex()Fetches the index within the element represented. | 
| Method Detail | 
|---|
Element getElement()
int getIndex()
Element[] getChildrenRemoved()
Element[] getChildrenAdded()
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.