uci.uml.ui.todo
Class ToDoByPriority

java.lang.Object
  |
  +--uci.uml.ui.nav.TreeModelComposite
        |
        +--uci.uml.ui.todo.ToDoPerspective
              |
              +--uci.uml.ui.todo.ToDoByPriority

public class ToDoByPriority
extends ToDoPerspective
implements ToDoListListener

See Also:
Serialized Form

Fields inherited from class uci.uml.ui.todo.ToDoPerspective
_listenerList, _registeredPerspectives, _root, _rules
 
Fields inherited from class uci.uml.ui.nav.TreeModelComposite
_flat, _flatChildren, _name, _providedClasses, _root, _subTreeModels
 
Constructor Summary
ToDoByPriority()
           
 
Method Summary
 void toDoItemsAdded(ToDoListEvent tde)
           
 void toDoItemsChanged(ToDoListEvent tde)
           
 void toDoItemsRemoved(ToDoListEvent tde)
           
 void toDoListChanged(ToDoListEvent tde)
           
 
Methods inherited from class uci.uml.ui.todo.ToDoPerspective
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getRegisteredPerspectives, getRegisteredRules, registerPerspective, registerRule, removeTreeModelListener, unregisterPerspective
 
Methods inherited from class uci.uml.ui.nav.TreeModelComposite
addFlatChildren, addSubTreeModel, calcFlatChildren, fireTreeStructureChanged, fireTreeStructureChanged, getChild, getChildCount, getFlat, getIndexOfChild, getName, getRoot, getSubTreeModels, isAlwaysLeaf, isLeaf, removeSubTreeModel, setFlat, setName, setRoot, toString, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToDoByPriority

public ToDoByPriority()
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