public interface BasicDocumentEvent
extends javax.swing.event.DocumentEvent
BasicDocumentEvent
just supplements the existing Swing DocumentEvent
class with extra information that is used for damage calculation purposes. Specifically, it is not possible to optimize damage calculations and repainting when a remove() occurs unless you know what was removed.DocumentEvent
Modifier and Type | Method and Description |
---|---|
char[] |
getData()
Fetches the data which was changed (i.e., either the data which was inserted, or the data which was removed.)
|