API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. DocumentEvent.ElementChange View Source
Author(s)
Since
Version
Serial
Hierarchy
 DocumentEvent.ElementChange
Subinterfaces
Description
publicstatic interface DocumentEvent.ElementChange
Describes changes made to a specific element.
See also:   
Methods
Hide/Show inherited methods
public Element getChildrenAdded ()
  Gets the child elements that were added to the given parent element.
public Element getChildrenRemoved ()
  Gets the child elements that were removed from the given parent element.
public Element getElement ()
  Returns the element represented.
public int getIndex ()
  Fetches the index within the element represented.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar