uci.uml.ui.todo
Class GoListToTypeToItem
java.lang.Object
|
+--uci.uml.ui.todo.GoListToTypeToItem
- public class GoListToTypeToItem
- extends Object
- implements TreeModelPrereqs
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
GoListToTypeToItem
public GoListToTypeToItem()
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