Uses of Class
com.sun.interview.Checklist.Item
-
Packages that use Checklist.Item Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Checklist. add(Checklist.Item item)
Add a new item to this checklist.
-