|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The 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
Inner classes inherited from class javax.swing.event.DocumentEvent |
javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent.EventType |
Method Summary | |
char[] |
getData()
Fetches the data which was changed (i.e., either the data which was inserted, or the data which was removed.) |
Methods inherited from interface javax.swing.event.DocumentEvent |
getChange, getDocument, getLength, getOffset, getType |
Method Detail |
public char[] getData()
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |