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

Packages that use OntologyViewListener
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 OntologyViewListener in project35.soa.ontology.views
 

Classes in project35.soa.ontology.views that implement OntologyViewListener
 class DefaultOntologyViewer
          this is the default viewer used to render terms provided by ontology sources.
 

Methods in project35.soa.ontology.views with parameters of type OntologyViewListener
 void TreeView.setOntologyViewListener(OntologyViewListener ontologyViewListener)
           
 void PictureView.setOntologyViewListener(OntologyViewListener ontologyViewListener)
           
 void OntologyView.setOntologyViewListener(OntologyViewListener ontologyViewListener)
          sets the object that listens for when end-users have finished selecting the terms they want to use to mark-up a field.
 void ListView.setOntologyViewListener(OntologyViewListener ontologyViewListener)
          sets the ontology view listener.
 void DictionaryView.setOntologyViewListener(OntologyViewListener ontologyViewListener)
           
 

Uses of OntologyViewListener in project35.tabletDeployment
 

Classes in project35.tabletDeployment that implement OntologyViewListener
 class DefaultOntologyViewerPanel
          reworks project35.soa.ontology.views.DefaultOntologyViewer so that it can be put in a panel instead of a dialog