Uses of Class
com.sun.interview.PropertiesQuestion.ValueConstraints

Packages that use PropertiesQuestion.ValueConstraints
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
static class PropertiesQuestion.BooleanConstraints
           
static class PropertiesQuestion.FilenameConstraints
           
static class PropertiesQuestion.FloatConstraints
           
static class PropertiesQuestion.IntConstraints
           
static class PropertiesQuestion.StringConstraints
           
 

Methods in com.sun.interview that return PropertiesQuestion.ValueConstraints
 PropertiesQuestion.ValueConstraints PropertiesQuestion.getConstraints(java.lang.String key)
           
 

Methods in com.sun.interview with parameters of type PropertiesQuestion.ValueConstraints
 void PropertiesQuestion.setConstraints(java.lang.String key, PropertiesQuestion.ValueConstraints c)
          Apply constraints to a value.
 



Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved.