gata.aligner
Class FileFocusListener

java.lang.Object
  extended bygata.aligner.FileFocusListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener

public class FileFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener

Author:
nix Focus listener firing off upon loss of focus of a text field to check whether the entered file exists

Constructor Summary
FileFocusListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent fe)
           
 void focusLost(java.awt.event.FocusEvent fe)
           
 void setRefs(javax.swing.JTextField x, javax.swing.JFrame f, javax.swing.JFileChooser c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFocusListener

public FileFocusListener()
Method Detail

focusGained

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

focusLost

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

setRefs

public void setRefs(javax.swing.JTextField x,
                    javax.swing.JFrame f,
                    javax.swing.JFileChooser c)