|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputValidator
| Method Summary | |
|---|---|
boolean |
canClose(java.lang.String inputString)
This method is invoked just before message dialog is closed with OK code. |
boolean |
checkInput(java.lang.String inputString)
Checks whether the inputString is valid. |
| Method Detail |
|---|
boolean checkInput(java.lang.String inputString)
inputString is valid. It is invoked each time
input changes.
boolean canClose(java.lang.String inputString)
false is returned then then the message dialog will not be closed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||