edu.stanford.smi.protegex.owl.ui.explorer
Class RDFSNamedClassTreeNode

java.lang.Object
  extended byedu.stanford.smi.protege.util.LazyTreeNode
      extended byedu.stanford.smi.protegex.owl.ui.explorer.ExplorerTreeNode
          extended byedu.stanford.smi.protegex.owl.ui.explorer.RDFSNamedClassTreeNode
All Implemented Interfaces:
TreeNode

public class RDFSNamedClassTreeNode
extends ExplorerTreeNode

Author:
Holger Knublauch

Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.ui.explorer.ExplorerTreeNode
filter
 
Fields inherited from class edu.stanford.smi.protege.util.LazyTreeNode
 
Constructor Summary
RDFSNamedClassTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent, RDFSNamedClass namedClass, ExplorerFilter filter)
           
 
Method Summary
protected  List createChildObjects()
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.explorer.ExplorerTreeNode
createNode, dispose, getChildNode, getChildObjectCount, getChildObjects, getComparator, getRDFSClass, toString
 
Methods inherited from class edu.stanford.smi.protege.util.LazyTreeNode
childAdded, childAdded, childRemoved, children, equals, getAllowsChildren, getChildAt, getChildCount, getIndex, getIndex, getLazyTreeNodeParent, getParent, getUserObject, getUserObjectIndex, isDuplicate, isLeaf, notifyChildNodeAdded, notifyChildNodeRemoved, notifyNodeChanged, notifyNodeStructureChanged, reload, reload, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDFSNamedClassTreeNode

public RDFSNamedClassTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent,
                              RDFSNamedClass namedClass,
                              ExplorerFilter filter)
Method Detail

createChildObjects

protected List createChildObjects()
Specified by:
createChildObjects in class ExplorerTreeNode