Class ConfigurationDialog
java.lang.Object
com.sun.star.lib.uno.helper.WeakBase
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
org.openoffice.da.comp.writer2latex.ConfigurationDialog
- 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 ConfigurationDialog
extends ConfigurationDialogBase
implements com.sun.star.lang.XServiceInfo
This class provides a UNO component which implements the configuration
of Writer2LaTeX. The same component is used for all pages - using the
dialog title to distinguish between the pages.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
ConfigurationDialogBase.AttributePageHandler, ConfigurationDialogBase.CustomFileHandler, ConfigurationDialogBase.PageHandler, ConfigurationDialogBase.StylesPageHandler, ConfigurationDialogBase.UserListPageHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
The component should also have an implementation name.static String
The component will be registered under this name.Fields inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
config, filePicker, pageHandlers, sfa2, xContext, xPathSub
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
ConstructorsConstructorDescriptionConfigurationDialog
(com.sun.star.uno.XComponentContext xContext) Construct a newConfigurationDialog
-
Method Summary
Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
callHandlerMethod
Methods inherited from class com.sun.star.lib.uno.helper.WeakBase
finalize, getImplementationId, getTypes, queryAdapter
-
Field Details
-
__serviceName
The component will be registered under this name. -
__implementationName
The component should also have an implementation name.
-
-
Constructor Details
-
ConfigurationDialog
public ConfigurationDialog(com.sun.star.uno.XComponentContext xContext) Construct a newConfigurationDialog
-
-
Method Details
-
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
-
getMIMEType
- Specified by:
getMIMEType
in classConfigurationDialogBase
-
getDialogLibraryName
- Specified by:
getDialogLibraryName
in classConfigurationDialogBase
-
getConfigFileName
- Specified by:
getConfigFileName
in classConfigurationDialogBase
-
getSupportedMethodNames
- Specified by:
getSupportedMethodNames
in interfacecom.sun.star.awt.XContainerWindowEventHandler
-