Package | Description |
---|---|
org.netbeans.validation.api.ui |
Class and Description |
---|
ComponentDecorator
Class which can decorate a component when it has errors.
|
ValidationGroup
A group which holds validators that run against components.
|
ValidationGroupProvider
Optional interface which can be implemented on a component to
indicate that it supplies validation.
|
ValidationListener
Abstract base class for listeners which listen on some component, and
which are added to a ValidationGroup.
|
ValidationStrategy
Determines what event on the component will trigger running 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.
|