API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. DocumentEvent View Source
Author(s)
Timothy Prinzing
Since
Version
1.24 11/17/05
Serial
Hierarchy
 DocumentEvent
Subinterfaces
Description
public interface DocumentEvent
  Interface for document change notifications.
See also:    Document DocumentListener
Methods
Hide/Show inherited methods
public ElementChange getChange (Element elem)
  Gets the change information for the given element.
public Document getDocument ()
  Gets the document that sourced the change event.
public int getLength ()
  Returns the length of the change.
public int getOffset ()
  Returns the offset within the document of the start of the change.
public EventType getType ()
  Gets the type of event.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar