Uses of Class
com.sun.interview.Checklist.Item
Packages that use Checklist.Item
Package
Description
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.ItemModifier and TypeMethodDescriptionInterview.createChecklistItem
(String sectionKey, String textKey) Create a checklist item based on entries in the interview's resource bundle.Interview.createChecklistItem
(String sectionKey, String textKey, Object textArg) Create a checklist item based on entries in the interview's resource bundle.Interview.createChecklistItem
(String sectionKey, String textKey, Object... textArgs) Create a checklist item based on entries in the interview's resource bundle.Question.getChecklistItems()
Get any items which should be added to the interview's checklist.Methods in com.sun.interview with parameters of type Checklist.ItemModifier and TypeMethodDescriptionvoid
Checklist.add
(Checklist.Item item) Add a new item to this checklist.