Class ConfigurationDialog
- java.lang.Object
-
- com.sun.star.lib.uno.helper.WeakBase
-
- org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
-
- org.openoffice.da.comp.writer2xhtml.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 class ConfigurationDialog extends ConfigurationDialogBase implements com.sun.star.lang.XServiceInfo
-
-
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
Fields Modifier and Type Field Description static java.lang.String
__implementationName
The component should also have an implementation name.static java.lang.String
__serviceName
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
-
-
Constructor Summary
Constructors Constructor Description ConfigurationDialog(com.sun.star.uno.XComponentContext xContext)
Construct a newConfigurationDialog
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getConfigFileName()
protected java.lang.String
getDialogLibraryName()
java.lang.String
getImplementationName()
protected java.lang.String
getMIMEType()
java.lang.String[]
getSupportedMethodNames()
java.lang.String[]
getSupportedServiceNames()
boolean
supportsService(java.lang.String sServiceName)
-
Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
callHandlerMethod
-
-
-
-
Method Detail
-
supportsService
public boolean supportsService(java.lang.String sServiceName)
- Specified by:
supportsService
in interfacecom.sun.star.lang.XServiceInfo
-
getImplementationName
public java.lang.String getImplementationName()
- Specified by:
getImplementationName
in interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
public java.lang.String[] getSupportedServiceNames()
- Specified by:
getSupportedServiceNames
in interfacecom.sun.star.lang.XServiceInfo
-
getMIMEType
protected java.lang.String getMIMEType()
- Specified by:
getMIMEType
in classConfigurationDialogBase
-
getDialogLibraryName
protected java.lang.String getDialogLibraryName()
- Specified by:
getDialogLibraryName
in classConfigurationDialogBase
-
getConfigFileName
protected java.lang.String getConfigFileName()
- Specified by:
getConfigFileName
in classConfigurationDialogBase
-
getSupportedMethodNames
public java.lang.String[] getSupportedMethodNames()
- Specified by:
getSupportedMethodNames
in interfacecom.sun.star.awt.XContainerWindowEventHandler
-
-