Class XhtmlOptionsDialog
java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.DialogBase
org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialog
- All Implemented Interfaces:
com.sun.star.awt.XDialogEventHandler
,com.sun.star.beans.XPropertyAccess
,com.sun.star.lang.XServiceInfo
,com.sun.star.lang.XServiceName
,com.sun.star.lang.XTypeProvider
,com.sun.star.ui.dialogs.XExecutableDialog
,com.sun.star.uno.XInterface
- Direct Known Subclasses:
XhtmlOptionsDialogMath
This class provides a uno component which implements a filter ui for the
Xhtml export
-
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.OptionsDialogBase
xMSF
Fields inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED, xContext
Fields inherited from interface com.sun.star.awt.XDialogEventHandler
UNOTYPEINFO
Fields inherited from interface com.sun.star.ui.dialogs.XExecutableDialog
UNOTYPEINFO
Fields inherited from interface com.sun.star.beans.XPropertyAccess
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlOptionsDialog
(com.sun.star.uno.XComponentContext xContext) Create a new XhtmlOptionsDialog -
Method Summary
Modifier and TypeMethodDescriptionboolean
callHandlerMethod
(com.sun.star.awt.XDialog xDialog, Object event, String sMethod) Return the name of the library containing the dialogReturn the name of the dialog within the libraryReturn the name of the registry pathString[]
protected void
loadSettings
(com.sun.star.beans.XPropertySet xProps) Load settings from the registry to the dialogprotected void
saveSettings
(com.sun.star.beans.XPropertySet xProps, PropertyHelper helper) Save settings from the dialog to the registry and create FilterDataMethods inherited from class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
endDialog, getPropertyValues, getTypes, initialize, isLocked, loadCheckBoxOption, loadComboBoxOption, loadConfig, loadListBoxOption, loadNumericOption, loadTextFieldOption, saveCheckBoxOption, saveCheckBoxOption, saveComboBoxOption, saveComboBoxOption, saveConfig, saveListBoxOption, saveListBoxOption, saveNumericOption, saveNumericOptionAsPercentage, saveTextFieldOption, saveTextFieldOption, setPropertyValues, updateLockedOptions
Methods inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase
execute, getCheckBoxState, getCheckBoxStateAsBoolean, getComboBoxText, getFormattedFieldText, getImplementationId, getImplementationName, getListBoxLineCount, getListBoxSelectedItem, getListBoxStringItemList, getNumericFieldValue, getServiceName, getSupportedServiceNames, getTextFieldText, setCheckBoxState, setCheckBoxStateAsBoolean, setComboBoxText, setControlEnabled, setFormattedFieldText, setListBoxLineCount, setListBoxSelectedItem, setListBoxStringItemList, setNumericFieldValue, setTextFieldText, setTitle, supportsService
-
Field Details
-
__serviceName
The component will be registered under this name. -
__implementationName
The component should also have an implementation name.
-
-
Constructor Details
-
XhtmlOptionsDialog
public XhtmlOptionsDialog(com.sun.star.uno.XComponentContext xContext) Create a new XhtmlOptionsDialog
-
-
Method Details
-
getDialogLibraryName
Description copied from class:OptionsDialogBase
Return the name of the library containing the dialog- Specified by:
getDialogLibraryName
in classOptionsDialogBase
-
getDialogName
Return the name of the dialog within the library- Specified by:
getDialogName
in classOptionsDialogBase
-
getRegistryPath
Return the name of the registry path- Specified by:
getRegistryPath
in classOptionsDialogBase
-
loadSettings
protected void loadSettings(com.sun.star.beans.XPropertySet xProps) Load settings from the registry to the dialog- Specified by:
loadSettings
in classOptionsDialogBase
-
saveSettings
Save settings from the dialog to the registry and create FilterData- Specified by:
saveSettings
in classOptionsDialogBase
-
callHandlerMethod
- Specified by:
callHandlerMethod
in interfacecom.sun.star.awt.XDialogEventHandler
- Overrides:
callHandlerMethod
in classDialogBase
-
getSupportedMethodNames
- Specified by:
getSupportedMethodNames
in interfacecom.sun.star.awt.XDialogEventHandler
- Overrides:
getSupportedMethodNames
in classDialogBase
-