Java javax.swing.event DocumentEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event DocumentEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event DocumentEvent.

The text is from its open source code.

Method

ElementChangegetChange(Element elem)
Gets the change information for the given element.
DocumentgetDocument()
Gets the document that sourced the change event.
intgetLength()
Returns the length of the change.
intgetOffset()
Returns the offset within the document of the start of the change.
EventTypegetType()
Gets the type of event.
StringtoString()
Returns a string representation of the object.