Uses of Interface
project35.soa.ontology.sources.OntologySource

Packages that use OntologySource
project35.configurationTool This package describes the code for the Project35 Configuration Tool. 
project35.metaData The package contains classes which manage Project35's meta data. 
project35.soa.ontology.sources This package contains all the classes which support the ontology source class that is part of the Project35 Ontology Service Framework. 
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 OntologySource in project35.configurationTool
 

Classes in project35.configurationTool that implement OntologySource
 class Project35ConfigurationOntologySource
          used in the Project35 configuration tool to supply names of records and fields.
 

Methods in project35.configurationTool that return OntologySource
 OntologySource Project35ConfigurationOntologySource.getSubOntologySource(Project35FormContext project35FormContext, Parameter[] parameterList)
           
 

Uses of OntologySource in project35.metaData
 

Classes in project35.metaData that implement OntologySource
 class MetaDataOntologySource
          provides ontology terms to fill in the names of record and field meta data records.
 

Methods in project35.metaData that return OntologySource
 OntologySource MetaDataOntologySource.getSubOntologySource(Project35FormContext metaDataEditorFormContext, Parameter[] parameterList)
           
 

Methods in project35.metaData with parameters of type OntologySource
 void PostAnnotationPlugin.termSelected(OntologyTerm ontologyTerm, OntologySource ontologySource)
           
 

Uses of OntologySource in project35.soa.ontology.sources
 

Subinterfaces of OntologySource in project35.soa.ontology.sources
 interface TreeOntologySource
          interface that describes an OntologySource that can organise its terms as a tree data structure
 

Classes in project35.soa.ontology.sources that implement OntologySource
 class AbstractTreeOntologySource
          This class is used to manage a tree of terms.
 class DefaultSubtreeOntologySource
          used to provide an ontology source that is rooted at a particular node It is used by other ontology sources which support the idea of anchoring a large ontology with seed terms that help reduce the amount of terms displayed to an end-user.
 class PictureOntologySource
          a marker class that also implements ImageDescriptionSupport.
 class SingleColumnTextSource
          an ontology source that reads terms from a text file that contains a single column of ontology terms.
 class TabIndentedTextSource
          an ontology source that reads terms from a tab-indented text file
 class XMLOntologySource
          an ontology source that reads its terms from a bespoke XML format.
 

Methods in project35.soa.ontology.sources that return OntologySource
 OntologySource DefaultSubtreeOntologySource.getSubOntologySource(Project35FormContext project35FormContext, OntologyContext parameters)
           
 OntologySource SingleColumnTextSource.getSubOntologySource(Project35FormContext project35FormContext, Parameter[] parameterList)
           
 OntologySource OntologySource.getSubOntologySource(Project35FormContext project35FormContext, Parameter[] parameters)
          returns another ontology source is basically this one but pared down by the parameters
 OntologySource AbstractTreeOntologySource.getSubOntologySource(Project35FormContext project35FormContext, Parameter[] parameterList)
          returns a part of the original ontology
 

Uses of OntologySource in project35.soa.ontology.views
 

Fields in project35.soa.ontology.views declared as OntologySource
protected  OntologySource DefaultOntologyViewer.ontologySource
           
 

Methods in project35.soa.ontology.views that return OntologySource
 OntologySource OntologyTermMenuItem.getOntologySource()
           
 OntologySource OntologyService.getSource()
           
 

Methods in project35.soa.ontology.views with parameters of type OntologySource
 boolean TreeView.canViewSource(Project35FormContext project35FormContext, OntologySource source)
           
 boolean StubbedOntologyViewer.canViewSource(Project35FormContext project35FormContext, OntologySource ontologySource)
          determines if this Viewer class is capable of rendering terms supplied by a given ontology source.
 boolean PictureView.canViewSource(Project35FormContext project35FormContext, OntologySource ontologySource)
           
 boolean OntologyViewer.canViewSource(Project35FormContext project35FormContext, OntologySource ontologySource)
          determines if this Viewer class is capable of rendering terms supplied by a given ontology source.
 boolean OntologyView.canViewSource(Project35FormContext project35FormContext, OntologySource ontologySource)
          determines if the view is capable of supporting terms provided by an ontology source
 boolean ListView.canViewSource(Project35FormContext project35FormContext, OntologySource ontologySource)
           
 boolean DictionaryView.canViewSource(Project35FormContext project35FormContext, OntologySource ontologySource)
           
 boolean DefaultOntologyViewer.canViewSource(Project35FormContext project35FormContext, OntologySource source)
           
 void TreeView.setOntologySource(Project35FormContext project35FormContext, OntologySource source)
           
 void StubbedOntologyViewer.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
          method called by Project35 to help establish the ontology source being rendered by the viewer class.
 void PictureView.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
           
 void OntologyViewer.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
          method called by Project35 to help establish the ontology source being rendered by the viewer class.
 void OntologyView.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
          sets the ontology source used by the view
 void ListView.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
          sets the ontology source for the view
 void DictionaryView.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
           
 void DictionaryTableModel.setOntologySource(Project35FormContext project35FormContxt, OntologySource ontologySource)
           
 void DefaultOntologyViewer.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)
           
 void OntologyService.setSource(OntologySource source)
           
 void OntologyTermSelectionListener.termSelected(OntologyTerm ontologyTerm, OntologySource ontologySource)
          indicates user has finished selecting an ontology term.
 void DefaultOntologyTermSelectionListener.termSelected(OntologyTerm ontologyTerm, OntologySource ontologySource)
           
 

Constructors in project35.soa.ontology.views with parameters of type OntologySource
OntologyTermMenuItem(Project35UIFactory project35UIFactory, java.lang.String wordPhrase, OntologyTerm ontologyTerm, OntologySource ontologySource)
           
 

Uses of OntologySource in project35.tabletDeployment
 

Fields in project35.tabletDeployment declared as OntologySource
protected  OntologySource DefaultOntologyViewerPanel.ontologySource
           
 

Methods in project35.tabletDeployment with parameters of type OntologySource
 boolean DefaultOntologyViewerPanel.canViewSource(Project35FormContext project35FormContxt, OntologySource source)
           
 void DefaultOntologyViewerPanel.setOntologySource(Project35FormContext project35FormContext, OntologySource ontologySource)