Class Checklist.Item

java.lang.Object
com.sun.interview.Checklist.Item
Enclosing class:
Checklist

public static class Checklist.Item extends Object
An Item contains a message to appear in a checklist.
  • Constructor Details

    • Item

      public Item(String sectionName, String text)
      Create an item to appear in a checklist.
      Parameters:
      sectionName - the name of the section in which the message should appear
      text - the text of the message to appear in the checklist