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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Checklist.add(Checklist.Item item)
Add a new item to this checklist.
|
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.