ehsbe CommonsTM
Version 1.1.0rc3

Uses of Interface
com.ehsbe.commons.util.Validator

Packages that use Validator
com.ehsbe.commons.gui   
com.ehsbe.commons.util   
 

Uses of Validator in com.ehsbe.commons.gui
 

Methods in com.ehsbe.commons.gui that return Validator
 Validator<Object> JxFormattedTextField.getValidator()
          Get the Validator used to check, whether the fields input is valid.
 Validator<String> JxTextArea.getValidator()
          Get the Validator used to check, whether the fields input is valid.
 Validator<String> JxTextField.getValidator()
          Get the Validator used to check, whether the fields input is valid.
 Validator<Number> JxTextNumberField.getValidator()
          Get the Validator used to check, whether the fields input is valid.
 Validator<Date> JxTextTimeField.getValidator()
          Get the Validator used to check, whether the fields input is valid.
 

Methods in com.ehsbe.commons.gui with parameters of type Validator
 void JxTextTimeField.setValidator(Validator<Date> validator)
          Set the Validator used to check, whether the fields input is valid.
 void JxTextNumberField.setValidator(Validator<Number> validator)
          Set the Validator used to check, whether the fields input is valid.
 void JxFormattedTextField.setValidator(Validator<Object> validator)
          Set the Validator used to check, whether the fields input is valid.
 void JxTextArea.setValidator(Validator<String> validator)
          Set the Validator used to check, whether the fields input is valid.
 void JxTextField.setValidator(Validator<String> validator)
          Set the Validator used to check, whether the fields input is valid.
 

Uses of Validator in com.ehsbe.commons.util
 

Classes in com.ehsbe.commons.util that implement Validator
 class MultiValidator<E>
          A Validator, which consist of several other validators of the same kind to verify a certain input.
 


ehsbe CommonsTM
Version 1.1.0rc3

Copyright ©2005-2009 EHSBE, Walther-Rathenau-Str. 58, 39104 Magdeburg, Sachsen-Anhalt, Germany. All Rights Reserved.