uci.argo.checklist
Class CheckManager
java.lang.Object
|
+--uci.argo.checklist.CheckManager
- public class CheckManager
- extends Object
- implements Serializable
The CheckManager keeps track of whcih Checklists should be
presented for a given design material. CheckManager also keeps
track of which CheckItem's are checked off for a given design
element.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
_lists
protected static Hashtable _lists
_stats
protected static Hashtable _stats
CheckManager
public CheckManager()
getChecklistFor
public static Checklist getChecklistFor(Object dm)
register
public static void register(Object dm,
Checklist cl)
getStatusFor
public static ChecklistStatus getStatusFor(Object dm)