| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
| Method Summary | |
| void | changedUpdate(DocumentEvent e)
Gives notification that an attribute or set of attributes changed. |
| void | insertUpdate(DocumentEvent e)
Gives notification that there was an insert into the document. |
| void | removeUpdate(DocumentEvent e)
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| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||