- clearProblem() - Method in interface org.netbeans.validation.api.ui.ValidationUI
-
Set the user interface to the state where no problem is displayed
and the user is free to continue.
- CLIENT_PROP_NAME - Static variable in class org.netbeans.validation.api.ui.ValidationListener
-
Client property which can be set to provide a component's name for use
in validation messages.
- CLIENT_PROP_VALIDATION_GROUP - Static variable in interface org.netbeans.validation.api.ui.ValidationGroupProvider
-
- color() - Method in enum org.netbeans.validation.api.Severity
-
Get a suitable color for displaying problem text
- compareTo(Problem) - Method in class org.netbeans.validation.api.Problem
-
Compare, such that most severe Problems will appear last, least first
- ComponentDecorator - Class in org.netbeans.validation.api.ui
-
Class which can decorate a component when it has errors.
- ComponentDecorator() - Constructor for class org.netbeans.validation.api.ui.ComponentDecorator
-
- convert(Validator<From>) - Method in class org.netbeans.validation.api.conversion.Converter
-
Create a validator for type To by wrapping a validator for type
From.
- convert(Validator<From>...) - Method in class org.netbeans.validation.api.conversion.Converter
-
- Converter<From,To> - Class in org.netbeans.validation.api.conversion
-
Converts a validator of one type to a validator that works against a
different type.
- Converter() - Constructor for class org.netbeans.validation.api.conversion.Converter
-
- create(ValidationUI...) - Static method in class org.netbeans.validation.api.ui.ValidationGroup
-
Create a new ValidationGroup.
- createProblemBorder(Component, Border, Severity) - Method in class org.netbeans.validation.api.ui.ComponentDecorator
-
Create a border to apply to the component which shows an error.
- createProblemLabel() - Method in class org.netbeans.validation.api.ui.ValidationGroup
-
Create a label which will show the current problem if any, which
can be added to a panel that uses validation