uk.ac.ic.doc.y2002.tool.editor
Class PropertiesFrame.ValueUpdater

java.lang.Object
  |
  +--uk.ac.ic.doc.y2002.tool.editor.PropertiesFrame.ValueUpdater
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener
Enclosing class:
PropertiesFrame

public class PropertiesFrame.ValueUpdater
extends java.lang.Object
implements java.awt.event.FocusListener

Listener class which is attached to an input text field and updates the JDOM Element with any changes.


Constructor Summary
PropertiesFrame.ValueUpdater(org.jdom.Element e)
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesFrame.ValueUpdater

public PropertiesFrame.ValueUpdater(org.jdom.Element e)
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener