com.ajc.esim.gui
Class WholeNumVerifier

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by com.ajc.esim.gui.WholeNumVerifier

public class WholeNumVerifier
extends javax.swing.InputVerifier


Constructor Summary
WholeNumVerifier()
           
 
Method Summary
 boolean verify(javax.swing.JComponent arg0)
          For JTextComponents
 
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

WholeNumVerifier

public WholeNumVerifier()
Method Detail

verify

public boolean verify(javax.swing.JComponent arg0)
For JTextComponents

Specified by:
verify in class javax.swing.InputVerifier
Parameters:
arg0 - JTextComponent to be verified
Returns:
true if text passes verification, false otherwise