Uses of Package
org.netbeans.validation.api.ui
Packages that use org.netbeans.validation.api.ui
-
Classes in org.netbeans.validation.api.ui used by org.netbeans.validation.api.uiClassDescriptionEncapsulates validation of the combination of several UI components within a
ValidationGroup.AValidationGrouplogically groups a set of GUI-components, such as text fields, lists, tables, comboboxes etc, each validated by one or more validators (such as the built-in ones provided by the framework inStringValidators).Common superclass forValidationGroupandValidationListener, providing a common API for forcing revalidation of the managed UI component or components, seeValidationItem.performValidation(), and for temporarily suspending validation, seeValidationItem.runWithValidationSuspended(java.lang.Runnable)Abstract base class for UI component listeners that can trigger validation when an interesting event occurs, and when requested perform validation of the UI component using aValidator.Determines what event on the component will trigger running validation.User interface controller which can show the user one problem. -
Classes in org.netbeans.validation.api.ui used by org.netbeans.validation.api.ui.swingClassDescriptionEncapsulates validation of the combination of several UI components within a
ValidationGroup.AValidationGrouplogically groups a set of GUI-components, such as text fields, lists, tables, comboboxes etc, each validated by one or more validators (such as the built-in ones provided by the framework inStringValidators).Optional interface which can be implemented on a component to indicate that it supplies validation.Common superclass forValidationGroupandValidationListener, providing a common API for forcing revalidation of the managed UI component or components, seeValidationItem.performValidation(), and for temporarily suspending validation, seeValidationItem.runWithValidationSuspended(java.lang.Runnable)Abstract base class for UI component listeners that can trigger validation when an interesting event occurs, and when requested perform validation of the UI component using aValidator.User interface controller which can show the user one problem.