org.argouml.cognitive.ui
Class ToDoByOffender
java.lang.Object
org.argouml.ui.PerspectiveSupport
org.argouml.ui.TreeModelSupport
org.argouml.ui.TreeModelComposite
org.argouml.cognitive.ui.ToDoPerspective
org.argouml.cognitive.ui.ToDoByOffender
- All Implemented Interfaces:
- EventListener, Serializable, ToDoListListener, TreeModel
- public class ToDoByOffender
- extends ToDoPerspective
- implements ToDoListListener
Represents a perspective for ToDo items: grouping by offender type.
- See Also:
- Serialized Form
LOG
private static final Logger LOG
ToDoByOffender
public ToDoByOffender()
- 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)