org.zmpp.debug
Class ObjectTreeModel
java.lang.Object
org.zmpp.debug.ObjectTreeModel
- All Implemented Interfaces:
- TreeModel
public class ObjectTreeModel
- extends Object
- implements TreeModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTreeModel
public ObjectTreeModel(Machine machine,
ObjectTree objectTree)
createObjWrapper
public ObjectTreeModel.ObjWrapper createObjWrapper()
setToplevelObjects
public void setToplevelObjects(List<ObjectTreeModel.ObjWrapper> objs)
addTreeModelListener
public void addTreeModelListener(TreeModelListener l)
- Specified by:
addTreeModelListener
in interface TreeModel
removeTreeModelListener
public void removeTreeModelListener(TreeModelListener l)
- Specified by:
removeTreeModelListener
in interface TreeModel
getIndexOfChild
public int getIndexOfChild(Object parent,
Object child)
- Specified by:
getIndexOfChild
in interface TreeModel
getChild
public Object getChild(Object parent,
int index)
- Specified by:
getChild
in interface TreeModel
getChildCount
public int getChildCount(Object parent)
- Specified by:
getChildCount
in interface TreeModel
getRoot
public Object getRoot()
- Specified by:
getRoot
in interface TreeModel
isLeaf
public boolean isLeaf(Object node)
- Specified by:
isLeaf
in interface TreeModel
valueForPathChanged
public void valueForPathChanged(TreePath path,
Object newValue)
- Specified by:
valueForPathChanged
in interface TreeModel
Copyright © 2005 . All Rights Reserved.