org.argouml.cognitive.ui
Class ToDoByPoster

java.lang.Object
  extended byorg.argouml.ui.PerspectiveSupport
      extended byorg.argouml.ui.TreeModelSupport
          extended byorg.argouml.ui.TreeModelComposite
              extended byorg.argouml.cognitive.ui.ToDoPerspective
                  extended byorg.argouml.cognitive.ui.ToDoByPoster
All Implemented Interfaces:
EventListener, Serializable, ToDoListListener, TreeModel

public class ToDoByPoster
extends ToDoPerspective
implements ToDoListListener

Represents a perspective for ToDo items: grouping by poster type.

See Also:
Serialized Form

Field Summary
private static Logger LOG
           
 
Fields inherited from class org.argouml.cognitive.ui.ToDoPerspective
 
Fields inherited from class org.argouml.ui.TreeModelComposite
 
Fields inherited from class org.argouml.ui.TreeModelSupport
 
Fields inherited from class org.argouml.ui.PerspectiveSupport
 
Constructor Summary
ToDoByPoster()
          The constructor.
 
Method Summary
 void toDoItemsAdded(ToDoListEvent tde)
           
 void toDoItemsChanged(ToDoListEvent tde)
           
 void toDoItemsRemoved(ToDoListEvent tde)
           
 void toDoListChanged(ToDoListEvent tde)
           
 
Methods inherited from class org.argouml.cognitive.ui.ToDoPerspective
addFlatChildren, calcFlatChildren, getChild, getChildCount, getFlat, getIndexOfChild, setFlat
 
Methods inherited from class org.argouml.ui.TreeModelComposite
getRoot, isLeaf, setRoot, valueForPathChanged
 
Methods inherited from class org.argouml.ui.TreeModelSupport
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, fireTreeStructureChanged, fireTreeStructureChanged, fireTreeStructureChanged, fireTreeStructureChanged, removeTreeModelListener
 
Methods inherited from class org.argouml.ui.PerspectiveSupport
addSubTreeModel, getGoRules, getName, getSubTreeModels, registerRule, removeSubTreeModel, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.TreeModel
addTreeModelListener, removeTreeModelListener
 

Field Detail

LOG

private static final Logger LOG
Constructor Detail

ToDoByPoster

public ToDoByPoster()
The constructor.

Method Detail

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)


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook