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. |