org.biomage.tools.apps.annot.validator
Class FloatValidator

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by org.biomage.tools.apps.annot.validator.FloatValidator

public class FloatValidator
extends javax.swing.InputVerifier


Constructor Summary
FloatValidator()
           
 
Method Summary
 boolean verify(javax.swing.JComponent input)
           
 
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

FloatValidator

public FloatValidator()
Method Detail

verify

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