|
|||||||||||
| 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.
| 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. |
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 |
| Constructor Detail |
public CheckManager()
| Method Detail |
public static Checklist getChecklistFor(Object dm)
dm - is the element
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-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |