Uses of Class
com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler

Packages that use AbstractComponentResultHandler
com.google.code.validationframework.swing.resulthandler.bool   
 

Uses of AbstractComponentResultHandler in com.google.code.validationframework.swing.resulthandler.bool
 

Subclasses of AbstractComponentResultHandler in com.google.code.validationframework.swing.resulthandler.bool
 class ComponentDisablingBooleanResultHandler
          Result handler disabling (respectively enabling) one or several components when the result is valid (respectively invalid).
 class ComponentEnablingBooleanResultHandler
          Result handler enabling (respectively disabling) one or several components when the result is valid (respectively invalid).
 class ComponentInvisibilityBooleanResultHandler
          Result handler making one or several components invisible (respectively visible) when the result is valid (respectively invalid).
 class ComponentVisibilityBooleanResultHandler
          Result handler making one or several components visible (respectively invisible) when the result is valid (respectively invalid).
 



Copyright © 2013. All Rights Reserved.