Uses of Class
com.sun.interview.ChoiceQuestion
-
Packages that use ChoiceQuestion Package Description com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard".com.sun.javatest.interview This package provides a configuration interview for legacy test suites which do not provide their own interview, and also provides sub-interviews which may be used to build a custom interview with standard questions for the standard sections. -
-
Uses of ChoiceQuestion in com.sun.interview
Subclasses of ChoiceQuestion in com.sun.interview Modifier and Type Class Description class
YesNoQuestion
Aquestion
to which the response is yes or no. -
Uses of ChoiceQuestion in com.sun.javatest.interview
Subclasses of ChoiceQuestion in com.sun.javatest.interview Modifier and Type Class Description class
TestsInterview.TreeOrFileChoiceQuestion
Represents Tests Selection Choice Question.
-