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