gui
Class ExtendedInputVerifier

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by gui.ExtendedInputVerifier

public class ExtendedInputVerifier
extends javax.swing.InputVerifier


Constructor Summary
ExtendedInputVerifier()
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener listener)
           
 boolean verify(javax.swing.JComponent arg0)
           
 
Methods inherited from class javax.swing.InputVerifier
shouldYieldFocus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedInputVerifier

public ExtendedInputVerifier()
Method Detail

addActionListener

public void addActionListener(java.awt.event.ActionListener listener)

verify

public boolean verify(javax.swing.JComponent arg0)
Specified by:
verify in class javax.swing.InputVerifier