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 Package Specification (none) Related Documentation (none) 
 

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)
           
 void ToDoList.removeAll(ToDoList list)
           
 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 ToDoPerspective._root
           
protected  ToDoList ToDoPane._root
           
 

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

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



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook