Uses of Interface
project35.soa.ontology.views.OntologyView

Packages that use OntologyView
project35.soa.ontology.views This package contains all the classes which support the ontology viewer that is part of the Project35 Ontology Service Framework. 
project35.tabletDeployment   
 

Uses of OntologyView in project35.soa.ontology.views
 

Classes in project35.soa.ontology.views that implement OntologyView
 class DictionaryView
          a view for the DefaultOntologyViewer which renders terms in a table with "term" and "description" columns.
 class ListView
          Views an ontology as a list of alphabetised terms.
 class PictureView
          renders ontology terms as a collection of thumbnail images.
 class TreeView
          renders ontology terms in a tree display.
 

Fields in project35.soa.ontology.views declared as OntologyView
protected  OntologyView DefaultOntologyViewer.currentView
           
 

Methods in project35.soa.ontology.views with parameters of type OntologyView
 void DefaultOntologyViewer.addOntologyView(OntologyView ontologyView)
           
 void DefaultOntologyViewer.setOntologyView(OntologyView ontologyView, boolean allowOtherViews)
           
 

Uses of OntologyView in project35.tabletDeployment
 

Fields in project35.tabletDeployment declared as OntologyView
protected  OntologyView DefaultOntologyViewerPanel.currentView
           
 

Methods in project35.tabletDeployment with parameters of type OntologyView
 void DefaultOntologyViewerPanel.addOntologyView(OntologyView ontologyView)
           
 void DefaultOntologyViewerPanel.setOntologyView(OntologyView ontologyView, boolean allowOtherViews)