|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListQuestion.Body | |
---|---|
com.sun.interview | 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.Body | |
---|---|
abstract ListQuestion.Body |
ListQuestion.createBody(int index)
Create a new instance of a body for this loop question. |
ListQuestion.Body[] |
ListQuestion.getBodies()
Get the set of bodies currently allocated within the loop. |
ListQuestion.Body |
ListQuestion.getBody(int index)
Get a specified body from the loop. |
ListQuestion.Body |
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.Body | |
---|---|
void |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |