Package <Unnamed>

Interface Summary
InputListener A listener interface to monitor submission from an InputDialog
Validator An interface to represent the strategy for parsing and validating input received by an InputDialog.
 

Class Summary
CodebookValidator Validator for parsing symbol-code pairs.
FrequencyValidator Validator for parsing symbol-frequency pairs.
InputDialog A GUI component for gathering input from a text area.
NonEmptyValidator An input dialog that accepts and returns any non-empty string entered by the user.
TwoColumnValidator An abstract class to provide support for validating dialogs in which the entered text is expected to represent some form of key/value pairs, one per line, separated by one or more spaces.
 

Exception Summary
ValidatorException Exception used to denote a problem when validating input.