com.google.code.validationframework.swing.resulthandler
Class AbstractComponentResultHandler<RHI>
java.lang.Object
com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler<RHI>
- All Implemented Interfaces:
- com.google.code.validationframework.api.resulthandler.ResultHandler<RHI>
- Direct Known Subclasses:
- ComponentDisablingBooleanResultHandler, ComponentEnablingBooleanResultHandler, ComponentInvisibilityBooleanResultHandler, ComponentVisibilityBooleanResultHandler
public abstract class AbstractComponentResultHandler<RHI>
- extends Object
- implements com.google.code.validationframework.api.resulthandler.ResultHandler<RHI>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.code.validationframework.api.resulthandler.ResultHandler |
handleResult |
components
protected Set<Component> components
AbstractComponentResultHandler
public AbstractComponentResultHandler()
- Default constructor.
AbstractComponentResultHandler
public AbstractComponentResultHandler(Component... components)
addComponent
public void addComponent(Component component)
removeComponent
public void removeComponent(Component component)
Copyright © 2013. All Rights Reserved.