|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validator
An interface to represent the strategy for parsing and validating input received by an InputDialog.
Method Summary | |
---|---|
Object |
parse(String raw)
Parses a raw String from an input text area. |
Method Detail |
---|
Object parse(String raw) throws ValidatorException
raw
- String that was entered in a text area
ValidatorException
- if input was invalid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |