- validate(Problems, String, String) - Method in enum org.netbeans.validation.api.builtin.Validators
-
- validate(Problems) - Method in class org.netbeans.validation.api.ui.AbstractValidationListener
-
- validate(Problems, String, T) - Method in class org.netbeans.validation.api.ui.AbstractValidationListener
-
- validate(Problems) - Method in class org.netbeans.validation.api.ui.ValidationListener
-
Perform the validation.
- validate() - Method in class org.netbeans.validation.api.ui.ValidationListener
-
Perform the validation logic, triggering a call to
Validate(Problems).
- validate(Problems, String, T) - Method in interface org.netbeans.validation.api.Validator
-
Validate the passed model.
- validateAll() - Method in class org.netbeans.validation.api.ui.ValidationGroup
-
Validate all components in this group, updating the UI with a new
problem as necessary.
- ValidationGroup - Class in org.netbeans.validation.api.ui
-
A group which holds validators that run against components.
- ValidationGroupProvider - Interface in org.netbeans.validation.api.ui
-
Optional interface which can be implemented on a component to
indicate that it supplies validation.
- ValidationListener - Class in org.netbeans.validation.api.ui
-
Abstract base class for listeners which listen on some component, and
which are added to a ValidationGroup.
- ValidationListener() - Constructor for class org.netbeans.validation.api.ui.ValidationListener
-
- ValidationPanel - Class in org.netbeans.validation.api.ui
-
A simple panel which can display a problem, fire changes when the problem
changes.
- ValidationPanel(ValidationGroup) - Constructor for class org.netbeans.validation.api.ui.ValidationPanel
-
- ValidationPanel() - Constructor for class org.netbeans.validation.api.ui.ValidationPanel
-
- ValidationStrategy - Enum in org.netbeans.validation.api.ui
-
Determines what event on the component will trigger running validation.
- ValidationUI - Interface in org.netbeans.validation.api.ui
-
User interface controller which can show the user a problem,
possibly disabling closing a dialog or similar if the problem is
of Severity.FATAL.
- Validator<T> - Interface in org.netbeans.validation.api
-
Validator that can validate some aspect of a component's model, and
indicate problems to the user.
- Validators - Enum in org.netbeans.validation.api.builtin
-
An enumeration of validator factories for commonly needed forms of
validation such as non-empty strings, valid file names and URLs and
so forth.
- validNumber(Locale) - Static method in enum org.netbeans.validation.api.builtin.Validators
-
Create a number validator that uses a specific locale.
- valueOf(String) - Static method in enum org.netbeans.validation.api.builtin.Validators
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.netbeans.validation.api.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.netbeans.validation.api.ui.ValidationStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.netbeans.validation.api.builtin.Validators
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.netbeans.validation.api.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.netbeans.validation.api.ui.ValidationStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(JComponent) - Method in class org.netbeans.validation.api.ui.ValidationListener
-
Implementation of InputVerifier.