Uses of Interface
com.silvermindsoftware.hitch.validation.response.ValidationResponder

Packages that use ValidationResponder
com.silvermindsoftware.hitch   
com.silvermindsoftware.hitch.binding   
com.silvermindsoftware.hitch.validation   
com.silvermindsoftware.hitch.validation.response   
 

Uses of ValidationResponder in com.silvermindsoftware.hitch
 

Methods in com.silvermindsoftware.hitch with parameters of type ValidationResponder
 void Binder.addValidationResponder(org.jdesktop.beansbinding.AutoBinding binding, ValidationResponder responder)
          Add a custom validation responder to a binding.
 void BinderImpl.addValidationResponder(org.jdesktop.beansbinding.AutoBinding binding, ValidationResponder responder)
          Add a custom validation responder to a binding.
 void Binder.addValidationResponder(org.jdesktop.beansbinding.BindingGroup group, ValidationResponder responder)
          Add a custom validation responder to a binding group.
 void BinderImpl.addValidationResponder(org.jdesktop.beansbinding.BindingGroup group, ValidationResponder responder)
          Add a custom validation responder to a binding group.
 

Uses of ValidationResponder in com.silvermindsoftware.hitch.binding
 

Methods in com.silvermindsoftware.hitch.binding with parameters of type ValidationResponder
 void BindingFactory.registerValidationResponder(JComponent component, ValidationResponder responder)
          Registers a custom validation responder.
 

Uses of ValidationResponder in com.silvermindsoftware.hitch.validation
 

Constructors in com.silvermindsoftware.hitch.validation with parameters of type ValidationResponder
ValidatingBindingListener(ValidationResponder listener)
          Create a new validating binding listener.
 

Uses of ValidationResponder in com.silvermindsoftware.hitch.validation.response
 

Classes in com.silvermindsoftware.hitch.validation.response that implement ValidationResponder
 class DefaultValidationResponder
          A default ValidationResponder that makes the background of the corresponding GUI element red.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.