|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.cognitive.checklist.CheckManager
The CheckManager keeps track of which 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.
Field Summary | |
private static Hashtable |
lists
List of checklists. |
private static Hashtable |
statuses
List of ChecklistStatus:es. |
Constructor Summary | |
CheckManager()
Constructor. |
Method Summary | |
static Checklist |
getChecklistFor(Object dm)
Gets the checklist for an element. |
static ChecklistStatus |
getStatusFor(Object dm)
Get the ChecklistStatus for some object. |
private static Checklist |
lookupChecklist(Class cls)
Find an element in the list. |
static void |
register(Object dm,
Checklist cl)
Registers a new list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Hashtable lists
private static Hashtable statuses
Constructor Detail |
public CheckManager()
Method Detail |
public static Checklist getChecklistFor(Object dm)
dm
- is the element
private static Checklist lookupChecklist(Class cls)
cls
- the class to lookup.
public static void register(Object dm, Checklist cl)
dm
- the class for which the Checklist holdscl
- the Checklistpublic static ChecklistStatus getStatusFor(Object dm)
dm
- is the object that we retrieve the checklist for
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |