|
|||||||||
| Home >> All >> javatools >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.swing
Class NumericTCChecker

java.lang.Objectjavatools.swing.TextComponentChecker
javatools.swing.NumericTCChecker
- public class NumericTCChecker
- extends TextComponentChecker
Checks if a text component contains a numeric value.
- Version:
- 0.0.1
| Field Summary |
| Fields inherited from class javatools.swing.TextComponentChecker |
|
| Constructor Summary | |
NumericTCChecker()
Creates new NumericTCChecker |
|
| Method Summary | |
boolean |
isValid()
Checks if the component contains a 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 |
NumericTCChecker
public NumericTCChecker()
- Creates new NumericTCChecker
| Method Detail |
isValid
public boolean isValid()
- Checks if the component contains a numeric value.
- Specified by:
isValidin classTextComponentChecker
|
|||||||||
| Home >> All >> javatools >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC