- setComponentDecorator(ComponentDecorator) - Method in class org.netbeans.validation.api.ui.ValidationGroup
-
Set the component decorator used modify components appearance to
show that there is a problem with a component's content.
- setComponentName(JComponent, String) - Static method in class org.netbeans.validation.api.ui.ValidationListener
-
- setDelegateValidationUI(ValidationUI) - Method in class org.netbeans.validation.api.ui.ValidationPanel
-
- setInnerComponent(Component) - Method in class org.netbeans.validation.api.ui.ValidationPanel
-
Set the inner component which will be displayed above the
problem label
- setLayout(LayoutManager) - Method in class org.netbeans.validation.api.ui.ValidationPanel
-
Overridden to disallow setting the layout manager.
- setProblem(Problem) - Method in interface org.netbeans.validation.api.ui.ValidationUI
-
Set the problem to be displayed to the user.
- severity() - Method in class org.netbeans.validation.api.Problem
-
Get the severity of this problem.
- Severity - Enum in org.netbeans.validation.api
-
Indicates the severity of a problem.
- showOkCancelDialog(String) - Method in class org.netbeans.validation.api.ui.ValidationPanel
-
- splitString(String, Validator<String>) - Static method in enum org.netbeans.validation.api.builtin.Validators
-
Returns a validator which first splits the string to be evaluated according
to the passed regexp, then passes each component of the split string to
the passed validator.