Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.swing
Class PositiveTCChecker  view PositiveTCChecker download PositiveTCChecker.java

java.lang.Object
  extended byjavatools.swing.TextComponentChecker
      extended byjavatools.swing.PositiveTCChecker

public class PositiveTCChecker
extends TextComponentChecker

Checks if a text component contains a positive numeric value.

Version:
0.0.1

Field Summary
 
Fields inherited from class javatools.swing.TextComponentChecker
 
Constructor Summary
PositiveTCChecker()
          Creates new PositiveTCChecker
 
Method Summary
 boolean isValid()
          Checks if the text component contains a positive numeric value.
 
Methods inherited from class javatools.swing.TextComponentChecker
dispatchEvent, getText, setRefTextComponent, syncCheckerText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositiveTCChecker

public PositiveTCChecker()
Creates new PositiveTCChecker

Method Detail

isValid

public boolean isValid()
Checks if the text component contains a positive numeric value.

Specified by:
isValid in class TextComponentChecker