|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.text.html.AccessibleHTML.DocumentHandler
DocumentListener installed on the current Document. Will invoke
update on the RootInfo in response to
any event.
| Constructor Summary | |
private |
AccessibleHTML.DocumentHandler()
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private AccessibleHTML.DocumentHandler()
| Method Detail |
public void insertUpdate(DocumentEvent e)
DocumentListener
insertUpdate in interface DocumentListenere - the document eventpublic void removeUpdate(DocumentEvent e)
DocumentListener
removeUpdate in interface DocumentListenere - the document eventpublic void changedUpdate(DocumentEvent e)
DocumentListener
changedUpdate in interface DocumentListenere - the document event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||