|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Checklist.Item | |
---|---|
com.sun.interview | This package provides a means for creating a set of questions to be asked by a "wizard". |
Uses of Checklist.Item in com.sun.interview |
---|
Methods in com.sun.interview that return Checklist.Item | |
---|---|
Checklist.Item |
Interview.createChecklistItem(java.lang.String sectionKey,
java.lang.String textKey)
Create a checklist item based on entries in the interview's resource bundle. |
Checklist.Item |
Interview.createChecklistItem(java.lang.String sectionKey,
java.lang.String textKey,
java.lang.Object textArg)
Create a checklist item based on entries in the interview's resource bundle. |
Checklist.Item |
Interview.createChecklistItem(java.lang.String sectionKey,
java.lang.String textKey,
java.lang.Object[] textArgs)
Create a checklist item based on entries in the interview's resource bundle. |
Checklist.Item[] |
Question.getChecklistItems()
Get any items which should be added to the interview's checklist. |
Methods in com.sun.interview with parameters of type Checklist.Item | |
---|---|
void |
Checklist.add(Checklist.Item item)
Add a new item to this checklist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |