uci.uml.ui.todo
Class GoListToGoalsToItems

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

public class GoListToGoalsToItems
extends Object
implements TreeModelPrereqs


Constructor Summary
GoListToGoalsToItems()
           
 
Method Summary
 void addTreeModelListener(TreeModelListener l)
           
 Object getChild(Object parent, int index)
           
 int getChildCount(Object parent)
           
 Vector getGoals()
           
 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

GoListToGoalsToItems

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

getGoals

public Vector getGoals()

getPrereqs

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

getProvidedTypes

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