Uses of Interface
org.fopps.model.Validator

Packages that use Validator
org.fopps.model   
 

Uses of Validator in org.fopps.model
 

Classes in org.fopps.model that implement Validator
 class MinMaxValidator
          Validator which check aginst min/max range.
 

Methods in org.fopps.model that return Validator
 Validator NumericFeature.getValidator()
          Returns the current validator instance or null, if no validator has been assigned.
 

Constructors in org.fopps.model with parameters of type Validator
NumericFeature(java.lang.String name, Validator pValidator)
          Same as NumericFeature(name, null, pValidator)
NumericFeature(java.lang.String name, TreeItem mParent, Validator pValidator)
          Creates a new numeric feature.
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.