Uses of Class
com.sun.interview.ListQuestion.Body
Packages that use ListQuestion.Body
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
-
Uses of ListQuestion.Body in com.sun.interview
Methods in com.sun.interview that return ListQuestion.BodyModifier and TypeMethodDescriptionabstract ListQuestion.Body
ListQuestion.createBody
(int index) Create a new instance of a body for this loop question.ListQuestion.getBodies()
Get the set of bodies currently allocated within the loop.ListQuestion.getBody
(int index) Get a specified body from the loop.ListQuestion.getSelectedBody()
Get the currently selected loop body, or null, as selected by by setValue.Methods in com.sun.interview with parameters of type ListQuestion.BodyModifier and TypeMethodDescriptionvoid
ListQuestion.setBodies
(ListQuestion.Body[] newBodies, int newValue) Set the set of bodies allocated within the loop, and the index of one which should be selected.