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

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

public class MandatoryFloat
extends javax.swing.InputVerifier


Constructor Summary
MandatoryFloat()
           
 
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

MandatoryFloat

public MandatoryFloat()
Method Detail

verify

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