Uses of Class
com.sun.interview.Properties2
Packages that use Properties2
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of Properties2 in com.sun.interview
Fields in com.sun.interview declared as Properties2Modifier and TypeFieldDescriptionprotected 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 Properties2ModifierConstructorDescriptionProperties2
(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 Properties2Modifier and TypeMethodDescriptionstatic Properties2
InterviewPropagator.stringToProperties2
(String str) Converts string representation of property question to Properties2 objectMethods in com.sun.javatest with parameters of type Properties2Modifier and TypeMethodDescriptionstatic String
InterviewPropagator.properties2ToString
(Properties2 pr) Properties2 object to its string representation.