| java.lang.Object org.geotools.openoffice.Registration
Registration | final public class Registration (Code) | | The registration of all formulas provided in this package.
since: 2.2 version: $Id: Registration.java 20771 2006-07-31 12:52:44Z jgarnett $ author: Martin Desruisseaux |
Method Summary | |
public static XSingleServiceFactory | __getServiceFactory(String implementation, XMultiServiceFactory factories, XRegistryKey registry) Returns a factory for creating the service. | public static boolean | __writeRegistryServiceInfo(XRegistryKey registry) Writes the service information into the given registry key.
This method is called by the
com.sun.star.comp.loader.JavaLoader ; do not rename!
Parameters: registry - The registry key. |
__getServiceFactory | public static XSingleServiceFactory __getServiceFactory(String implementation, XMultiServiceFactory factories, XRegistryKey registry)(Code) | | Returns a factory for creating the service.
This method is called by the
com.sun.star.comp.loader.JavaLoader ; do not rename!
Parameters: implementation - The name of the implementation for which a service is desired. Parameters: factories - The service manager to be used if needed. Parameters: registry - The registry key A factory for creating the component. |
__writeRegistryServiceInfo | public static boolean __writeRegistryServiceInfo(XRegistryKey registry)(Code) | | Writes the service information into the given registry key.
This method is called by the
com.sun.star.comp.loader.JavaLoader ; do not rename!
Parameters: registry - The registry key. true if the operation succeeded. |
|
|