com.netbreeze.swing
Interface ComponentValidator


public interface ComponentValidator

Version:
1.0
Author:
Henrik

Method Summary
 void validateComponent(java.awt.Component control)
          Checks the contents of the given control and determines whether or not the data is valid.
 

Method Detail

validateComponent

public void validateComponent(java.awt.Component control)
                       throws InvalidComponentException
Checks the contents of the given control and determines whether or not the data is valid. Throws an exception if the component is invalid