- getDefault() - Static method in class org.netbeans.validation.api.ui.swing.SwingComponentDecorationFactory
-
Get the current application wide component decorator
- getLeadProblem() - Method in class org.netbeans.validation.api.Problems
-
Get the Problem
with the highest severity.
- getMessage() - Method in class org.netbeans.validation.api.Problem
-
Get the localized, human-readable description of the problem
- getModelObject(CompType) - Method in class org.netbeans.validation.api.ui.swing.AbstractValidationListener
-
Get the model object that will be passed to validate
- getNoOpDecorationFactory() - Static method in class org.netbeans.validation.api.ui.swing.SwingComponentDecorationFactory
-
Special decorator that does not decorate at all -- even if
there is a problem -- a "null" decorator.
- getProblem() - Method in class org.netbeans.validation.api.ui.swing.ValidationPanel
-
Get the last reported problem
- getTarget() - Method in class org.netbeans.validation.api.ui.ValidationListener
-
- getValidationGroup() - Method in class org.netbeans.validation.api.ui.swing.ValidationPanel
-
Get this panel's built-in validation group, which drives its display
of error messages.
- getValidationGroup() - Method in interface org.netbeans.validation.api.ui.ValidationGroupProvider
-
- group - Variable in class org.netbeans.validation.api.ui.swing.ValidationPanel
-
- GroupValidator - Class in org.netbeans.validation.api.ui
-
Encapsulates validation of the
combination of several UI
components within a
ValidationGroup
.
- GroupValidator() - Constructor for class org.netbeans.validation.api.ui.GroupValidator
-
Default constructor, calls this(true)
- GroupValidator(boolean) - Constructor for class org.netbeans.validation.api.ui.GroupValidator
-