Uses of Class
com.sun.interview.PropertiesQuestion.ValueConstraints
Packages that use PropertiesQuestion.ValueConstraints
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
-
Uses of PropertiesQuestion.ValueConstraints in com.sun.interview
Subclasses of PropertiesQuestion.ValueConstraints in com.sun.interviewModifier and TypeClassDescriptionstatic class
Constraints allowing a value to be either a boolean or Yes/No response.static class
Constrains the response to filenames or paths, and allows chooser widgets to be rendered for the user when appropriate.static class
Constraints specifying a floating point type.static class
static class
Value restrictions for string type responses.Methods in com.sun.interview that return PropertiesQuestion.ValueConstraintsMethods in com.sun.interview with parameters of type PropertiesQuestion.ValueConstraintsModifier and TypeMethodDescriptionvoid
PropertiesQuestion.setConstraints
(String key, PropertiesQuestion.ValueConstraints c) Apply constraints to a value.