bio.ecg
Class ValueInputVerifier

java.lang.Object
  extended by bio.ecg.ValueInputVerifier

public class ValueInputVerifier
extends java.lang.Object


Constructor Summary
ValueInputVerifier()
          Creates a new instance of ValueInputVerifier
 
Method Summary
static boolean verify(javax.swing.JComponent input, EcgString str, java.lang.String verifyType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueInputVerifier

public ValueInputVerifier()
Creates a new instance of ValueInputVerifier

Method Detail

verify

public static boolean verify(javax.swing.JComponent input,
                             EcgString str,
                             java.lang.String verifyType)