Uses of Class
org.netbeans.validation.api.Problem
Packages that use Problem
Package
Description
-
Uses of Problem in org.netbeans.validation.api
Classes in org.netbeans.validation.api that implement interfaces with type arguments of type ProblemModifier and TypeClassDescriptionclassA separate exception class for invalid user (or stored values).final classRepresents a problem produced by a validator.final classA collection of problems, to which a Validator can add additional problems.Methods in org.netbeans.validation.api that return ProblemModifier and TypeMethodDescriptionfinal ProblemProblems.getLeadProblem()Get theProblemwith the highest severity.static ProblemDetermine which Problem is more severe.Methods in org.netbeans.validation.api that return types with arguments of type ProblemModifier and TypeMethodDescriptionProblems.allProblems()Get the entire set of problems, sorted by severity first, order of addition second.InvalidInputException.iterator()Problems.iterator()Methods in org.netbeans.validation.api with parameters of type Problem -
Uses of Problem in org.netbeans.validation.api.ui
Methods in org.netbeans.validation.api.ui that return ProblemModifier and TypeMethodDescriptionfinal ProblemValidationItem.performValidation()A request (to the simple-validation infrastructure) for revalidation of the component(s) managed by this ValidationListener/ValidationGroup, updating theValidationUIas necessary.Methods in org.netbeans.validation.api.ui with parameters of type ProblemModifier and TypeMethodDescriptionvoidValidationUI.showProblem(Problem problem) Sets theProblemto be displayed to the user. -
Uses of Problem in org.netbeans.validation.api.ui.swing
Methods in org.netbeans.validation.api.ui.swing that return ProblemModifier and TypeMethodDescriptionfinal ProblemValidationPanel.getProblem()Get the last reported problemMethods in org.netbeans.validation.api.ui.swing with parameters of type ProblemModifier and TypeMethodDescriptionprotected voidAbstractValidationListener.onValidate(CompType component, Problem validationResult) Called when validation runs. -
Uses of Problem in org.netbeans.validation.spi.accessibility
Methods in org.netbeans.validation.spi.accessibility with parameters of type Problem