A B C D E F G H I L M N O P R S T V W 

V

validate(Problems, String, Integer[]) - Method in enum org.netbeans.validation.api.builtin.indexvalidation.IndexValidators
 
validate(Problems, String, String) - Method in enum org.netbeans.validation.api.builtin.stringvalidation.StringValidators
 
validate(Problems, String, T) - Method in interface org.netbeans.validation.api.Validator
Validate the passed model.
ValidationGroup - Class in org.netbeans.validation.api.ui
A ValidationGroup logically groups a set of GUI-components, such as text fields, lists, tables, comboboxes etc, each validated by one or more validators (such as the built-in ones provided by the framework in StringValidators).
ValidationGroup(GroupValidator, ValidationUI...) - Constructor for class org.netbeans.validation.api.ui.ValidationGroup
 
ValidationGroup(ValidationUI...) - Constructor for class org.netbeans.validation.api.ui.ValidationGroup
 
ValidationGroupProvider - Interface in org.netbeans.validation.api.ui
Optional interface which can be implemented on a component to indicate that it supplies validation.
ValidationItem - Class in org.netbeans.validation.api.ui
Common superclass for ValidationGroup and ValidationListener, providing a common API for forcing revalidation of the managed UI component or components, see ValidationItem.performValidation(), and for temporarily suspending validation, see ValidationItem.runWithValidationSuspended(java.lang.Runnable)
ValidationListener<TargetType> - Class in org.netbeans.validation.api.ui
Abstract base class for UI component listeners that can trigger validation when an interesting event occurs, and when requested perform validation of the UI component using a Validator.
ValidationListener(Class<TargetType>, ValidationUI, TargetType) - Constructor for class org.netbeans.validation.api.ui.ValidationListener
 
ValidationListenerFactory<CompType,ModelType> - Class in org.netbeans.validation.api.ui
Factory for listeners on a particular type of component with a particular type of model.
ValidationListenerFactory(Class<CompType>, Class<ModelType>) - Constructor for class org.netbeans.validation.api.ui.ValidationListenerFactory
 
ValidationPanel - Class in org.netbeans.validation.api.ui.swing
A simple panel which can display a problem, fire changes when the problem changes.
ValidationPanel(SwingValidationGroup) - Constructor for class org.netbeans.validation.api.ui.swing.ValidationPanel
 
ValidationPanel() - Constructor for class org.netbeans.validation.api.ui.swing.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 one problem.
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.
ValidatorUtils - Class in org.netbeans.validation.api
Some utilities for manipulating and creating new Validators, useful in many situations.
ValidatorUtils() - Constructor for class org.netbeans.validation.api.ValidatorUtils
 
validNumber(Locale) - Static method in enum org.netbeans.validation.api.builtin.stringvalidation.StringValidators
Create a number validator that uses a specific locale.
valueOf(String) - Static method in enum org.netbeans.validation.api.builtin.indexvalidation.IndexValidators
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.netbeans.validation.api.builtin.stringvalidation.StringValidators
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.indexvalidation.IndexValidators
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.builtin.stringvalidation.StringValidators
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.
A B C D E F G H I L M N O P R S T V W