com.sun.interview
Class Checklist.Item

java.lang.Object
  extended by com.sun.interview.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
Checklist.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

Checklist.Item

public Checklist.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


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.