Uses of Class
org.argouml.cognitive.ToDoList

Packages that use ToDoList
org.argouml.cognitive This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem. 
org.argouml.cognitive.ui Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. 
 

Uses of ToDoList in org.argouml.cognitive
 

Fields in org.argouml.cognitive declared as ToDoList
protected  ToDoList DesignMaterial._pendingItems
          ToDoList items that are on the designers ToDoList because of this material.
 

Methods in org.argouml.cognitive that return ToDoList
 ToDoList Designer.getToDoList()
          Reply this Designer's ToDoList, a list of pending problems and issues that the designer might be interested in.
 

Methods in org.argouml.cognitive with parameters of type ToDoList
 void ToDoList.addAll(ToDoList list)
          needs documenting
 void ToDoList.removeAll(ToDoList list)
          needs documenting
 void Designer.addToDoItems(ToDoList list)
          Add all the items in the given list to my list.
 void Designer.removeToDoItems(ToDoList list)
          Remove all the items in the given list from my list.
 

Uses of ToDoList in org.argouml.cognitive.ui
 

Fields in org.argouml.cognitive.ui declared as ToDoList
protected  ToDoList ToDoPane._root
          to be documented
 

Methods in org.argouml.cognitive.ui that return ToDoList
 ToDoList ToDoPane.getRoot()
          to be documented
 

Methods in org.argouml.cognitive.ui with parameters of type ToDoList
 void ToDoPane.setRoot(ToDoList r)
          to be documented
 



ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook