|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javatools.swing.TextComponentChecker
|
+--javatools.swing.NotEmptyTCChecker
It is used to check if a text component contains a non empty value.
| 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 |
public NotEmptyTCChecker()
| Method Detail |
public boolean isValid()
isValid in class TextComponentCheckertrue: The text is correct.
false: The text is not correct.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||