org.argouml.cognitive.ui
Class ToDoByDecision
java.lang.Object
org.argouml.ui.PerspectiveSupport
org.argouml.ui.TreeModelSupport
org.argouml.ui.TreeModelComposite
org.argouml.cognitive.ui.ToDoPerspective
org.argouml.cognitive.ui.ToDoByDecision
- All Implemented Interfaces:
- EventListener, Serializable, ToDoListListener, TreeModel
- public class ToDoByDecision
- extends ToDoPerspective
- implements ToDoListListener
Represents a perspective for ToDo items: grouping by decision type.
- See Also:
- Serialized Form
LOG
private static final Logger LOG
ToDoByDecision
public ToDoByDecision()
- The constructor.
toDoItemsChanged
public void toDoItemsChanged(ToDoListEvent tde)
- Specified by:
toDoItemsChanged
in interface ToDoListListener
- Parameters:
tde
- the todo list event- See Also:
ToDoListListener.toDoItemsChanged(org.argouml.cognitive.ToDoListEvent)
toDoItemsAdded
public void toDoItemsAdded(ToDoListEvent tde)
- Specified by:
toDoItemsAdded
in interface ToDoListListener
- Parameters:
tde
- the todo list event- See Also:
ToDoListListener.toDoItemsAdded(org.argouml.cognitive.ToDoListEvent)
toDoItemsRemoved
public void toDoItemsRemoved(ToDoListEvent tde)
- Specified by:
toDoItemsRemoved
in interface ToDoListListener
- Parameters:
tde
- the todo list event- See Also:
ToDoListListener.toDoItemsRemoved(org.argouml.cognitive.ToDoListEvent)
toDoListChanged
public void toDoListChanged(ToDoListEvent tde)
- Specified by:
toDoListChanged
in interface ToDoListListener
- Parameters:
tde
- the todo list event- See Also:
ToDoListListener.toDoListChanged(org.argouml.cognitive.ToDoListEvent)