|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwxtgui.siteFrame.simpleDocumentListener
Constructor Summary | |
protected |
siteFrame.simpleDocumentListener()
|
Method Summary | |
void |
changedUpdate(javax.swing.event.DocumentEvent e)
Gives notification that an attribute or set of attributes changed. |
void |
insertUpdate(javax.swing.event.DocumentEvent e)
Gives notification that there was an insert into the document. |
void |
removeUpdate(javax.swing.event.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 |
protected siteFrame.simpleDocumentListener()
Method Detail |
public void insertUpdate(javax.swing.event.DocumentEvent e)
javax.swing.event.DocumentListener
insertUpdate
in interface javax.swing.event.DocumentListener
e
- the document eventpublic void removeUpdate(javax.swing.event.DocumentEvent e)
javax.swing.event.DocumentListener
removeUpdate
in interface javax.swing.event.DocumentListener
e
- the document eventpublic void changedUpdate(javax.swing.event.DocumentEvent e)
javax.swing.event.DocumentListener
changedUpdate
in interface javax.swing.event.DocumentListener
e
- the document event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |