Uses of Package
org.netbeans.validation.api.ui

Packages that use org.netbeans.validation.api.ui
org.netbeans.validation.api.ui   
 

Classes in org.netbeans.validation.api.ui used by org.netbeans.validation.api.ui
ComponentDecorator
          Class which can decorate a component when it has errors.
ValidationGroup
          A group which holds validators that run against components.
ValidationGroupProvider
          Optional interface which can be implemented on a component to indicate that it supplies validation.
ValidationListener
          Abstract base class for listeners which listen on some component, and which are added to a ValidationGroup.
ValidationStrategy
          Determines what event on the component will trigger running validation.
ValidationUI
          User interface controller which can show the user a problem, possibly disabling closing a dialog or similar if the problem is of Severity.FATAL.