uci.uml.ui.todo
Class GoListToDecisionsToItems

java.lang.Object
  |
  +--uci.uml.ui.todo.GoListToDecisionsToItems

public class GoListToDecisionsToItems
extends Object
implements TreeModelPrereqs


Constructor Summary
GoListToDecisionsToItems()
           
 
Method Summary
 void addTreeModelListener(TreeModelListener l)
           
 Object getChild(Object parent, int index)
           
 int getChildCount(Object parent)
           
 Vector getDecisions()
           
 int getIndexOfChild(Object parent, Object child)
           
 Vector getPrereqs()
           
 Vector getProvidedTypes()
           
 Object getRoot()
           
 boolean isLeaf(Object node)
           
 void removeTreeModelListener(TreeModelListener l)
           
 void setRoot(Object r)
           
 void valueForPathChanged(TreePath path, Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoListToDecisionsToItems

public GoListToDecisionsToItems()
Method Detail

getRoot

public Object getRoot()

setRoot

public void setRoot(Object r)

getChild

public Object getChild(Object parent,
                       int index)

getChildCount

public int getChildCount(Object parent)

getIndexOfChild

public int getIndexOfChild(Object parent,
                           Object child)

isLeaf

public boolean isLeaf(Object node)

valueForPathChanged

public void valueForPathChanged(TreePath path,
                                Object newValue)

addTreeModelListener

public void addTreeModelListener(TreeModelListener l)

removeTreeModelListener

public void removeTreeModelListener(TreeModelListener l)

getPrereqs

public Vector getPrereqs()
Specified by:
getPrereqs in interface TreeModelPrereqs

getProvidedTypes

public Vector getProvidedTypes()
Specified by:
getProvidedTypes in interface TreeModelPrereqs

getDecisions

public Vector getDecisions()