Uses of Interface
com.sun.interview.TreeQuestion.Model
-
Packages that use TreeQuestion.Model Package Description com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard". -
-
Uses of TreeQuestion.Model in com.sun.interview
Methods in com.sun.interview that return TreeQuestion.Model Modifier and Type Method Description TreeQuestion.Model
TreeQuestion. getModel()
Get the tree model to which the question's path values relate.Constructors in com.sun.interview with parameters of type TreeQuestion.Model Constructor Description TreeQuestion(Interview interview, java.lang.String tag, TreeQuestion.Model model)
Create a tree question with a nominated tag and tree model.
-