Class Checklist.Item

  • Enclosing class:
    Checklist

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

      Constructors 
      Constructor Description
      Item​(java.lang.String sectionName, java.lang.String text)
      Create an item to appear in a checklist.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Item

        public Item​(java.lang.String sectionName,
                    java.lang.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