|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javatools.swing.TextComponentChecker
|
+--javatools.swing.NoSpacesTCChecker
Checks if a component contains a text with no spaces in it, and it is not empty.
| Constructor Summary | |
NoSpacesTCChecker()
Creates new NoSpacesTCChecker |
|
| Method Summary | |
boolean |
isValid()
Returns if the component contains a text with no spaces and not empty. |
| 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 NoSpacesTCChecker()
| 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 | |||||||||