org.argouml.cognitive.ui
Class ToDoByType

java.lang.Object
  |
  +--org.argouml.ui.PerspectiveSupport
        |
        +--org.argouml.ui.TreeModelSupport
              |
              +--org.argouml.ui.TreeModelComposite
                    |
                    +--org.argouml.cognitive.ui.ToDoPerspective
                          |
                          +--org.argouml.cognitive.ui.ToDoByType
All Implemented Interfaces:
java.util.EventListener, java.io.Serializable, ToDoListListener, javax.swing.tree.TreeModel

public class ToDoByType
extends ToDoPerspective
implements ToDoListListener

See Also:
Serialized Form

Field Summary
protected static Logger cat
           
 
Fields inherited from class org.argouml.cognitive.ui.ToDoPerspective
_flat, _flatChildren
 
Fields inherited from class org.argouml.ui.TreeModelComposite
_root
 
Fields inherited from class org.argouml.ui.TreeModelSupport
_listenerList
 
Fields inherited from class org.argouml.ui.PerspectiveSupport
_goRules, _name, _rules
 
Constructor Summary
ToDoByType()
           
 
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, getName, getRegisteredRules, 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

cat

protected static Logger cat
Constructor Detail

ToDoByType

public ToDoByType()
Method Detail

toDoItemsChanged

public void toDoItemsChanged(ToDoListEvent tde)
Specified by:
toDoItemsChanged in interface ToDoListListener

toDoItemsAdded

public void toDoItemsAdded(ToDoListEvent tde)
Specified by:
toDoItemsAdded in interface ToDoListListener

toDoItemsRemoved

public void toDoItemsRemoved(ToDoListEvent tde)
Specified by:
toDoItemsRemoved in interface ToDoListListener

toDoListChanged

public void toDoListChanged(ToDoListEvent tde)
Specified by:
toDoListChanged in interface ToDoListListener


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