edu.stanford.smi.protegex.owl.ui.existential
Class ExistentialTreeModel
java.lang.Object
edu.stanford.smi.protegex.owl.ui.existential.ExistentialTreeModel
- All Implemented Interfaces:
- TreeModel
public class ExistentialTreeModel
- extends Object
- implements TreeModel
Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Feb 5, 2006
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExistentialTreeModel
public ExistentialTreeModel(OWLClass root,
OWLObjectProperty property)
getRoot
public Object getRoot()
- Specified by:
getRoot
in interface TreeModel
getChildren
public List getChildren(Object object)
getChild
public Object getChild(Object object,
int i)
- Specified by:
getChild
in interface TreeModel
getChildCount
public int getChildCount(Object object)
- Specified by:
getChildCount
in interface TreeModel
isLeaf
public boolean isLeaf(Object object)
- Specified by:
isLeaf
in interface TreeModel
valueForPathChanged
public void valueForPathChanged(TreePath treePath,
Object object)
- Specified by:
valueForPathChanged
in interface TreeModel
getIndexOfChild
public int getIndexOfChild(Object object,
Object object1)
- Specified by:
getIndexOfChild
in interface TreeModel
addTreeModelListener
public void addTreeModelListener(TreeModelListener treeModelListener)
- Specified by:
addTreeModelListener
in interface TreeModel
removeTreeModelListener
public void removeTreeModelListener(TreeModelListener treeModelListener)
- Specified by:
removeTreeModelListener
in interface TreeModel
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.