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

Packages that use ServiceProvider
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.editor   
edu.ucsb.nceas.morpho.plugins   
edu.ucsb.nceas.morpho.plugins.datapackagewizard   
edu.ucsb.nceas.morpho.plugins.metadisplay   
edu.ucsb.nceas.morpho.plugins.printer   
edu.ucsb.nceas.morpho.plugins.xsltresolver   
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.plugins
 

Methods in edu.ucsb.nceas.morpho.plugins that return ServiceProvider
 ServiceProvider ServiceController.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.plugins with parameters of type ServiceProvider
 void ServiceController.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.plugins.datapackagewizard
 

Classes in edu.ucsb.nceas.morpho.plugins.datapackagewizard that implement ServiceProvider
 class DataPackageWizardPlugin
          Main controller class for creating and starting a Data Package Wizard Plugin
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.plugins.metadisplay
 

Classes in edu.ucsb.nceas.morpho.plugins.metadisplay that implement ServiceProvider
 class MetaDisplayPlugin
          Plugin that builds a display panel to display metadata.
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.plugins.printer
 

Classes in edu.ucsb.nceas.morpho.plugins.printer that implement ServiceProvider
 class PrinterPlugin
          Plugin that provides a display panel to display HTML or plain text and allows the user to print the document
 

Uses of ServiceProvider in edu.ucsb.nceas.morpho.plugins.xsltresolver
 

Classes in edu.ucsb.nceas.morpho.plugins.xsltresolver that implement ServiceProvider
 class XSLTResolverPlugin
          Plugin that provides a service to resolve DOCTYPES to XSLT stylesheets
 

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.