Uses of Enum
org.netbeans.validation.api.builtin.stringvalidation.StringValidators
Packages that use StringValidators
-
Uses of StringValidators in org.netbeans.validation.api.builtin.stringvalidation
Subclasses with type arguments of type StringValidators in org.netbeans.validation.api.builtin.stringvalidationModifier and TypeClassDescriptionenumAn enumeration of validator factories for commonly needed forms of validation such as non-empty strings, valid file names and URLs and so forth.Methods in org.netbeans.validation.api.builtin.stringvalidation that return StringValidatorsModifier and TypeMethodDescriptionstatic StringValidatorsReturns the enum constant of this type with the specified name.static StringValidators[]StringValidators.values()Returns an array containing the constants of this enum type, in the order they are declared.