Uses of Class
com.sun.interview.PropertiesQuestion.ValueConstraints
-
Packages that use PropertiesQuestion.ValueConstraints Package Description com.sun.interview 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.interview Modifier and Type Class Description static classPropertiesQuestion.BooleanConstraintsConstraints allowing a value to be either a boolean or Yes/No response.static classPropertiesQuestion.FilenameConstraintsConstrains the response to filenames or paths, and allows chooser widgets to be rendered for the user when appropriate.static classPropertiesQuestion.FloatConstraintsConstraints specifying a floating point type.static classPropertiesQuestion.IntConstraintsstatic classPropertiesQuestion.StringConstraintsValue restrictions for string type responses.Methods in com.sun.interview that return PropertiesQuestion.ValueConstraints Modifier and Type Method Description PropertiesQuestion.ValueConstraintsPropertiesQuestion. getConstraints(java.lang.String key)Methods in com.sun.interview with parameters of type PropertiesQuestion.ValueConstraints Modifier and Type Method Description voidPropertiesQuestion. setConstraints(java.lang.String key, PropertiesQuestion.ValueConstraints c)Apply constraints to a value.
-