|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Receives notifications of document changes.
Method Summary | |
void |
attributeChanged(DocumentEvent e)
Called when an attribute is changed in one of the document's elements. |
void |
beforeContentDeleted(DocumentEvent e)
Called before content is deleted from a document. |
void |
beforeContentInserted(DocumentEvent e)
Called before content is inserted into a document. |
void |
contentDeleted(DocumentEvent e)
Called when content is deleted from a document. |
void |
contentInserted(DocumentEvent e)
Called when content is inserted into a document. |
Method Detail |
public void attributeChanged(DocumentEvent e)
e
- the document event.public void beforeContentDeleted(DocumentEvent e)
e
- the document eventpublic void beforeContentInserted(DocumentEvent e)
e
- the document eventpublic void contentDeleted(DocumentEvent e)
e
- the document eventpublic void contentInserted(DocumentEvent e)
e
- the document event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |