at.tuwien.ifs.somtoolbox.util.inputVerifier
Class DoubleNumberInputVerifier

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by at.tuwien.ifs.somtoolbox.util.inputVerifier.DoubleNumberInputVerifier

public class DoubleNumberInputVerifier
extends InputVerifier

Verifies that the given input contains only Double numbers. Currently, verify(JComponent) only supports JTextField.

Version:
$Id: DoubleNumberInputVerifier.java 3583 2010-05-21 10:07:41Z mayer $
Author:
Rudolf Mayer

Constructor Summary
DoubleNumberInputVerifier()
           
 
Method Summary
 boolean verify(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

DoubleNumberInputVerifier

public DoubleNumberInputVerifier()
Method Detail

verify

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