Package com.sun.interview
Class Checklist.Item
java.lang.Object
com.sun.interview.Checklist.Item
- Enclosing class:
Checklist
An Item contains a message to appear in a checklist.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Item
Create an item to appear in a checklist.- Parameters:
sectionName
- the name of the section in which the message should appeartext
- the text of the message to appear in the checklist
-