public class SingletonFactory extends Object implements com.sun.star.lang.XSingleComponentFactory, com.sun.star.lang.XServiceInfo
| Modifier and Type | Method and Description |
|---|---|
Object |
createInstanceWithArgumentsAndContext(Object[] arguments,
com.sun.star.uno.XComponentContext xContext) |
Object |
createInstanceWithContext(com.sun.star.uno.XComponentContext xContext) |
String |
getImplementationName() |
String[] |
getSupportedServiceNames() |
boolean |
supportsService(String serviceName) |
public final Object createInstanceWithArgumentsAndContext(Object[] arguments, com.sun.star.uno.XComponentContext xContext)
createInstanceWithArgumentsAndContext in interface com.sun.star.lang.XSingleComponentFactorypublic final Object createInstanceWithContext(com.sun.star.uno.XComponentContext xContext)
createInstanceWithContext in interface com.sun.star.lang.XSingleComponentFactorypublic final String getImplementationName()
getImplementationName in interface com.sun.star.lang.XServiceInfopublic final boolean supportsService(String serviceName)
supportsService in interface com.sun.star.lang.XServiceInfopublic final String[] getSupportedServiceNames()
getSupportedServiceNames in interface com.sun.star.lang.XServiceInfo