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

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

public class IntValidator
extends javax.swing.InputVerifier


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

IntValidator

public IntValidator()
Method Detail

verify

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