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

java.lang.Objectjavatools.swing.TextComponentChecker
javatools.swing.NotEmptyTCChecker
- public class NotEmptyTCChecker
- extends TextComponentChecker
It is used to check if a text component contains a non empty value.
- Version:
- 0.1.7
| Field Summary |
| Fields inherited from class javatools.swing.TextComponentChecker |
|
| Constructor Summary | |
NotEmptyTCChecker()
Creates new NotEmptyTCChecker |
|
| Method Summary | |
boolean |
isValid()
Checks if the text component contains at least a character. |
| 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 |
NotEmptyTCChecker
public NotEmptyTCChecker()
- Creates new NotEmptyTCChecker
| Method Detail |
isValid
public boolean isValid()
- Checks if the text component contains at least a character.
- 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