|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceProvider | |
edu.ucsb.nceas.morpho.datapackage | |
edu.ucsb.nceas.morpho.editor | |
edu.ucsb.nceas.morpho.framework |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |