Uses of Interface
com.ontotext.gate.vr.IFolder

Packages that use IFolder
com.ontotext.gate.vr   
 

Uses of IFolder in com.ontotext.gate.vr
 

Classes in com.ontotext.gate.vr that implement IFolder
 class ClassNode
          Represents a single class node from the visualized ontology
 

Methods in com.ontotext.gate.vr that return IFolder
 IFolder ClassNode.getChild(int index)
           
 IFolder IFolder.getChild(int index)
           
 

Methods in com.ontotext.gate.vr with parameters of type IFolder
protected  void OntoTreeModel.fireTreeStructureChanged(IFolder oldRoot)
           
 

Constructors in com.ontotext.gate.vr with parameters of type IFolder
OntoTreeModel(IFolder root)