Class BibliographyDialog
- java.lang.Object
-
- com.sun.star.lib.uno.helper.WeakBase
-
- org.openoffice.da.comp.writer4latex.BibliographyDialog
-
- All Implemented Interfaces:
com.sun.star.awt.XContainerWindowEventHandler,com.sun.star.lang.XServiceInfo,com.sun.star.lang.XTypeProvider,com.sun.star.uno.XInterface,com.sun.star.uno.XWeak
public final class BibliographyDialog extends com.sun.star.lib.uno.helper.WeakBase implements com.sun.star.lang.XServiceInfo, com.sun.star.awt.XContainerWindowEventHandlerThis class provides a uno component which implements the configuration of the bibliography in Writer4LaTeX.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String__implementationNameThe component should also have an implementation name.static java.lang.String__serviceNameThe component will be registered under this name.static java.lang.StringREGISTRY_PATH
-
Constructor Summary
Constructors Constructor Description BibliographyDialog(com.sun.star.uno.XComponentContext xContext)Create a new ConfigurationDialog
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancallHandlerMethod(com.sun.star.awt.XWindow xWindow, java.lang.Object event, java.lang.String sMethod)java.lang.StringgetImplementationName()java.lang.String[]getSupportedMethodNames()java.lang.String[]getSupportedServiceNames()booleansupportsService(java.lang.String sServiceName)
-
-
-
Field Detail
-
REGISTRY_PATH
public static final java.lang.String REGISTRY_PATH
- See Also:
- Constant Field Values
-
__serviceName
public static java.lang.String __serviceName
The component will be registered under this name.
-
__implementationName
public static java.lang.String __implementationName
The component should also have an implementation name.
-
-
Method Detail
-
callHandlerMethod
public boolean callHandlerMethod(com.sun.star.awt.XWindow xWindow, java.lang.Object event, java.lang.String sMethod) throws com.sun.star.lang.WrappedTargetException- Specified by:
callHandlerMethodin interfacecom.sun.star.awt.XContainerWindowEventHandler- Throws:
com.sun.star.lang.WrappedTargetException
-
getSupportedMethodNames
public java.lang.String[] getSupportedMethodNames()
- Specified by:
getSupportedMethodNamesin interfacecom.sun.star.awt.XContainerWindowEventHandler
-
supportsService
public boolean supportsService(java.lang.String sServiceName)
- Specified by:
supportsServicein interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
public java.lang.String getImplementationName()
- Specified by:
getImplementationNamein interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
public java.lang.String[] getSupportedServiceNames()
- Specified by:
getSupportedServiceNamesin interfacecom.sun.star.lang.XServiceInfo
-
-