|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.toy.TBaseConverterPane.Listener
protected class TBaseConverterPane.Listener
The Listener of a TBaseConverterPane pays attention to the changes in the PTextFields, and fires off changes to the other PTextFields.
Constructor Summary | |
---|---|
protected |
TBaseConverterPane.Listener()
|
Method Summary | |
---|---|
void |
changedUpdate(DocumentEvent e)
Implement DocumentListener to pass DocumentEvents to the documentChanged() method. |
void |
insertUpdate(DocumentEvent e)
Implement DocumentListener to pass DocumentEvents to the documentChanged() method. |
void |
removeUpdate(DocumentEvent e)
Implement DocumentListener to pass DocumentEvents to the documentChanged() method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TBaseConverterPane.Listener()
Method Detail |
---|
public void changedUpdate(DocumentEvent e)
changedUpdate
in interface DocumentListener
public void insertUpdate(DocumentEvent e)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent e)
removeUpdate
in interface DocumentListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |