Interface | Description |
---|---|
ValidationGroupProvider |
Optional interface which can be implemented on a component to
indicate that it supplies validation.
|
ValidationUI |
User interface controller which can show the user a problem,
possibly disabling closing a dialog or similar if the problem is
of Severity.FATAL.
|
Class | Description |
---|---|
AbstractValidationListener<CompType extends javax.swing.JComponent,T> |
Convenience ValidationListener which implements Validator directly.
|
ComponentDecorator |
Class which can decorate a component when it has errors.
|
ValidationGroup |
A group which holds validators that run against components.
|
ValidationListener |
Abstract base class for listeners which listen on some component, and
which are added to a ValidationGroup.
|
ValidationPanel |
A simple panel which can display a problem, fire changes when the problem
changes.
|
Enum | Description |
---|---|
ValidationStrategy |
Determines what event on the component will trigger running validation.
|