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.XContainerWindowEventHandler
This class provides a uno component which implements the configuration
of the bibliography in Writer4LaTeX.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
The component should also have an implementation name.static String
The component will be registered under this name.static final String
Fields inherited from class com.sun.star.lib.uno.helper.WeakBase
_mapTypes
Fields inherited from interface com.sun.star.awt.XContainerWindowEventHandler
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
Fields inherited from interface com.sun.star.uno.XWeak
UNOTYPEINFO
-
Constructor Summary
ConstructorsConstructorDescriptionBibliographyDialog
(com.sun.star.uno.XComponentContext xContext) Create a new ConfigurationDialog -
Method Summary
Modifier and TypeMethodDescriptionboolean
callHandlerMethod
(com.sun.star.awt.XWindow xWindow, Object event, String sMethod) String[]
String[]
boolean
supportsService
(String sServiceName) Methods inherited from class com.sun.star.lib.uno.helper.WeakBase
finalize, getImplementationId, getTypes, queryAdapter
-
Field Details
-
REGISTRY_PATH
- See Also:
-
__serviceName
The component will be registered under this name. -
__implementationName
The component should also have an implementation name.
-
-
Constructor Details
-
BibliographyDialog
public BibliographyDialog(com.sun.star.uno.XComponentContext xContext) Create a new ConfigurationDialog
-
-
Method Details
-
callHandlerMethod
public boolean callHandlerMethod(com.sun.star.awt.XWindow xWindow, Object event, String sMethod) throws com.sun.star.lang.WrappedTargetException - Specified by:
callHandlerMethod
in interfacecom.sun.star.awt.XContainerWindowEventHandler
- Throws:
com.sun.star.lang.WrappedTargetException
-
getSupportedMethodNames
- Specified by:
getSupportedMethodNames
in interfacecom.sun.star.awt.XContainerWindowEventHandler
-
supportsService
- Specified by:
supportsService
in interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
- Specified by:
getImplementationName
in interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
- Specified by:
getSupportedServiceNames
in interfacecom.sun.star.lang.XServiceInfo
-