Uses of Class
org.netbeans.validation.api.Problems
Packages that use Problems
Package
Description
-
Uses of Problems in org.netbeans.validation.api
Methods in org.netbeans.validation.api that return ProblemsModifier and TypeMethodDescriptionfinal ProblemsMerge a set of problems into this onefinal ProblemsConvenience method to add a problem with the specified message and Severity.FATALfinal ProblemsAdd a problem with the specified severityfinal ProblemsAdd a problemstatic ProblemsCreate a Problems which contains the localized message belonging to the passed class and key, according to the lookup semantics of Localizer.static ProblemsCreate a new Problems with the initial (fatal) problem.InvalidInputException.getProblems()Get an object which lists all of the problems encountered with the input, with severity and localized message.Validating.getProblems()Methods in org.netbeans.validation.api with parameters of type ProblemsModifier and TypeMethodDescriptionfinal ProblemsMerge a set of problems into this onefinal voidDeprecated.Use addAll insteadvoidValidate the passed model.Constructors in org.netbeans.validation.api with parameters of type ProblemsModifierConstructorDescriptionInvalidInputException(String msg, Problems problems) InvalidInputException(Problems problems) -
Uses of Problems in org.netbeans.validation.api.builtin.indexvalidation
Methods in org.netbeans.validation.api.builtin.indexvalidation with parameters of type Problems -
Uses of Problems in org.netbeans.validation.api.builtin.stringvalidation
Methods in org.netbeans.validation.api.builtin.stringvalidation with parameters of type Problems -
Uses of Problems in org.netbeans.validation.api.ui
Methods in org.netbeans.validation.api.ui with parameters of type ProblemsModifier and TypeMethodDescriptionprotected abstract voidGroupValidator.performGroupValidation(Problems problems) Validate the state of the combination of the UI components within the ValidationGroup.protected abstract voidValidationListener.performValidation(Problems problems) Called by the simplevalidation infrastructure when it is time to perform the validation. -
Uses of Problems in org.netbeans.validation.api.ui.swing
Methods in org.netbeans.validation.api.ui.swing with parameters of type ProblemsModifier and TypeMethodDescriptionprotected final voidAbstractValidationListener.performValidation(Problems ps)