Uses of Interface
com.sun.interview.TreeQuestion.Model
Packages that use TreeQuestion.Model
Package
Description
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.ModelModifier and TypeMethodDescriptionTreeQuestion.getModel()
Get the tree model to which the question's path values relate.Constructors in com.sun.interview with parameters of type TreeQuestion.ModelModifierConstructorDescriptionprotected
TreeQuestion
(Interview interview, String tag, TreeQuestion.Model model) Create a tree question with a nominated tag and tree model.