Uses of Class
com.sun.javatest.interview.TestsInterview.TreeOrFileChoiceQuestion
-
Packages that use TestsInterview.TreeOrFileChoiceQuestion Package Description 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 TestsInterview.TreeOrFileChoiceQuestion in com.sun.javatest.interview
Fields in com.sun.javatest.interview declared as TestsInterview.TreeOrFileChoiceQuestion Modifier and Type Field Description protected TestsInterview.TreeOrFileChoiceQuestion
TestsInterview. qTreeOrFile
Methods in com.sun.javatest.interview that return TestsInterview.TreeOrFileChoiceQuestion Modifier and Type Method Description protected TestsInterview.TreeOrFileChoiceQuestion
TestsInterview. createTreeOrFileChoiceQuestion(Interview interview, java.lang.String tag)
creation of {#link TreeOrFileChoiceQuestion} is extracted into separate class to enable 'hooks' and return {#link TreeOrFileChoiceQuestion} sub class
-