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