uci.argo.checklist
Class ChecklistStatus
java.lang.Object
|
+--uci.argo.checklist.ChecklistStatus
- public class ChecklistStatus
- extends Object
- implements Serializable
A list of CheckItems that the designer has marked off as already
considered. In the Argo/UML system, this determines which items
in the TabChecklist have checkmarks.
- See Also:
TabChecklist, Serialized Form
|
Field Summary |
protected Vector |
_items
CheckItems that the designer has marked off as already considered. |
static int |
_numChecks
|
_numChecks
public static int _numChecks
_items
protected Vector _items
- CheckItems that the designer has marked off as already considered.
ChecklistStatus
public ChecklistStatus()
getCheckItems
public Vector getCheckItems()
addItem
public void addItem(CheckItem item)
addAll
public void addAll(ChecklistStatus list)
removeItem
public void removeItem(CheckItem item)
elements
public Enumeration elements()
elementAt
public CheckItem elementAt(int index)
contains
public boolean contains(CheckItem item)
toString
public String toString()
- Overrides:
- toString in class Object