Uses of Interface
edu.ucsb.nceas.morpho.framework.ServiceProvider

Packages that use ServiceProvider
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.editor   
edu.ucsb.nceas.morpho.framework   
edu.ucsb.nceas.morpho.query   
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.datapackage
 

Classes in edu.ucsb.nceas.morpho.datapackage that implement ServiceProvider
 class DataPackagePlugin
          Class that implements the plugin for package editing
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.editor
 

Classes in edu.ucsb.nceas.morpho.editor that implement ServiceProvider
 class EditorPlugin
           
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.framework
 

Classes in edu.ucsb.nceas.morpho.framework that implement ServiceProvider
 class ToolPlugin
          Class that implements the plugin for package editing
 

Methods in edu.ucsb.nceas.morpho.framework that return ServiceProvider
 ServiceProvider ClientFramework.getServiceProvider(java.lang.Class serviceInterface)
          This method is called by plugins to get a reference to an object that implements a particular interface
 

Methods in edu.ucsb.nceas.morpho.framework with parameters of type ServiceProvider
 void ClientFramework.addService(java.lang.Class serviceInterface, ServiceProvider provider)
          This method is called by plugins to register a particular service that the plugin can perform.
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.query
 

Classes in edu.ucsb.nceas.morpho.query that implement ServiceProvider
 class QueryPlugin
           
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.