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

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

public class MandatoryInt
extends javax.swing.InputVerifier


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

MandatoryInt

public MandatoryInt()
Method Detail

verify

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