com.ajc.esim.gui
Class DoubleVerifier

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by com.ajc.esim.gui.DoubleVerifier

public class DoubleVerifier
extends javax.swing.InputVerifier

DOCUMENT ME!


Constructor Summary
DoubleVerifier()
           
 
Method Summary
 boolean verify(javax.swing.JComponent arg0)
          For JTextComponent
 
Methods inherited from class javax.swing.InputVerifier
shouldYieldFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleVerifier

public DoubleVerifier()
Method Detail

verify

public boolean verify(javax.swing.JComponent arg0)
For JTextComponent

Specified by:
verify in class javax.swing.InputVerifier
Parameters:
arg0 - JTextComponent to be verified
Returns:
true if text passes verification, false otherwise