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

Packages that use OntologyTermSelectionListener
project35.metaData The package contains classes which manage Project35's meta data. 
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 OntologyTermSelectionListener in project35.metaData
 

Classes in project35.metaData that implement OntologyTermSelectionListener
 class PostAnnotationPlugin
          plugin that is activated when user wants to add new ontology terms for the field meta data record
 

Constructors in project35.metaData with parameters of type OntologyTermSelectionListener
PostAnnotationDialog(OntologyTermSelectionListener ontologyTermSelectionListener, java.lang.String recordClassName, java.lang.String fieldName, ListFieldModel listFieldModel, Project35FormContext metaDataFormContext)
           
 

Uses of OntologyTermSelectionListener in project35.soa.ontology.views
 

Classes in project35.soa.ontology.views that implement OntologyTermSelectionListener
 class DefaultOntologyTermSelectionListener
          is called when users have finished selecting terms from some OntologyView.
 

Methods in project35.soa.ontology.views with parameters of type OntologyTermSelectionListener
 void StubbedOntologyViewer.setOntologyTermSelectionListener(OntologyTermSelectionListener ontologyTermSelectionLilstener)
           
 void OntologyViewer.setOntologyTermSelectionListener(OntologyTermSelectionListener ontologyTermSelectionLilstener)
           
 void DefaultOntologyViewer.setOntologyTermSelectionListener(OntologyTermSelectionListener ontologyTermSelectionListener)
           
 

Uses of OntologyTermSelectionListener in project35.tabletDeployment
 

Methods in project35.tabletDeployment with parameters of type OntologyTermSelectionListener
 void DefaultOntologyViewerPanel.setOntologyTermSelectionListener(OntologyTermSelectionListener ontologyTermSelectionListener)