Uses of Class
com.sun.interview.ListQuestion
-
Packages that use ListQuestion Package Description com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard". -
-
Uses of ListQuestion in com.sun.interview
Methods in com.sun.interview that return ListQuestion Modifier and Type Method Description ListQuestion
ListQuestion. getOther()
Get the sibling question that appears at the other end of the loop.Constructors in com.sun.interview with parameters of type ListQuestion Constructor Description Body(ListQuestion question, int index)
Create an instance of a loop body.
-