Uses of Class
com.sun.interview.Properties2

Packages that use Properties2
com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard". 
com.sun.javatest This package provides facilities for reading, executing and monitoring tests. 
 

Uses of Properties2 in com.sun.interview
 

Fields in com.sun.interview declared as Properties2
protected  Properties2 Properties2.defaults
          A property list that contains default values for any keys not found in this property list.
 

Constructors in com.sun.interview with parameters of type Properties2
Properties2(Properties2 defaults)
          Creates an empty property list with the specified defaults.
 

Uses of Properties2 in com.sun.javatest
 

Methods in com.sun.javatest that return Properties2
static Properties2 InterviewPropagator.stringToProperties2(java.lang.String str)
          Converts string representation of property question to Properties2 object
 

Methods in com.sun.javatest with parameters of type Properties2
static java.lang.String InterviewPropagator.properties2ToString(Properties2 pr)
          Properties2 object to its string representation.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.