|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use NumberValidator | |
---|---|
de.jstacs.parameters | This package provides classes for parameters that establish a general convention for the description of parameters
as defined in the Parameter -interface. |
de.jstacs.parameters.validation | Provides classes for the validation of Parameter values |
Uses of NumberValidator in de.jstacs.parameters |
---|
Constructors in de.jstacs.parameters with parameters of type NumberValidator | |
---|---|
ArrayParameterSet(ParameterSet template,
String nameTemplate,
String commentTemplate,
String lengthName,
String lengthComment,
NumberValidator<Integer> allowedLengths)
Creates a new ArrayParameterSet from a Class that can be
instantiated using this ArrayParameterSet and templates for the
ParameterSet in each element of the array, the name and the
comment that are displayed for the ParameterSetContainer s
enclosing the ParameterSet s. |
Uses of NumberValidator in de.jstacs.parameters.validation |
---|
Methods in de.jstacs.parameters.validation that return NumberValidator | |
---|---|
NumberValidator |
NumberValidator.clone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |