Package | Description |
---|---|
com.sun.interview |
This package provides a means for creating a set of questions
to be asked by a "wizard".
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.