Package | Description |
---|---|
org.netbeans.validation.api.ui.swing |
Modifier and Type | Method and Description |
---|---|
static SwingComponentDecorationFactory |
SwingComponentDecorationFactory.getDefault()
Get the current application wide component decorator
|
static SwingComponentDecorationFactory |
SwingComponentDecorationFactory.getNoOpDecorationFactory()
Special decorator that does not decorate at all -- even if
there is a problem -- a "null" decorator.
|
Modifier and Type | Method and Description |
---|---|
static SwingValidationGroup |
SwingValidationGroup.create(GroupValidator additionalGroupValidation,
SwingComponentDecorationFactory decorator,
ValidationUI... ui)
Creates a
SwingValidationGroup . |