Example usage for Java javax.swing.event DocumentEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
ElementChange | getChange(Element elem) Gets the change information for the given element. |
Document | getDocument() Gets the document that sourced the change event. |
int | getLength() Returns the length of the change. |
int | getOffset() Returns the offset within the document of the start of the change. |
EventType | getType() Gets the type of event. |
String | toString() Returns a string representation of the object. |