|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |