|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Unsafe:
Method Summary | |
void |
changedUpdate(DocumentEvent e)
Enabled: Gives notification that an attribute or set of attributes changed. |
void |
insertUpdate(DocumentEvent e)
Enabled: Gives notification that there was an insert into the document. |
void |
removeUpdate(DocumentEvent e)
Enabled: Gives notification that a portion of the document has been removed. |
Method Detail |
public void insertUpdate(DocumentEvent e)
e
- the document eventpublic void removeUpdate(DocumentEvent e)
e
- the document eventpublic void changedUpdate(DocumentEvent e)
e
- the document event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |