Class LaTeXOptionsDialog
java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.DialogAccess
org.openoffice.da.comp.w2lcommon.helper.DialogBase
org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
org.openoffice.da.comp.writer2latex.LaTeXOptionsDialog
- 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
This class provides a UNO component which implements a filter ui for the
LaTeX export
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe component should also have an implementation name.static StringThe component will be registered under this name.Fields inherited from class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
xMSFFields inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase
xContextFields inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogAccess
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKEDFields inherited from interface com.sun.star.awt.XDialogEventHandler
UNOTYPEINFOFields inherited from interface com.sun.star.ui.dialogs.XExecutableDialog
UNOTYPEINFOFields inherited from interface com.sun.star.beans.XPropertyAccess
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFOFields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO -
Constructor Summary
ConstructorsConstructorDescriptionLaTeXOptionsDialog(com.sun.star.uno.XComponentContext xContext) Create a new LaTeXOptionsDialog -
Method Summary
Modifier and TypeMethodDescriptionbooleancallHandlerMethod(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 booleanprotected voidloadSettings(com.sun.star.beans.XPropertySet xProps) Load settings from the registry to the dialogprotected voidsaveSettings(com.sun.star.beans.XPropertySet xProps, PropertyHelper filterData) 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, loadCheckBoxOption, loadComboBoxOption, loadConfig, loadListBoxOption, loadNumericOption, loadTextFieldOption, saveCheckBoxOption, saveCheckBoxOption, saveComboBoxOption, saveComboBoxOption, saveConfig, saveListBoxOption, saveListBoxOption, saveNumericOption, saveNumericOptionAsPercentage, saveTextFieldOption, saveTextFieldOption, setPropertyValues, updateLockedOptionsMethods inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase
execute, getImplementationId, getImplementationName, getServiceName, getSupportedServiceNames, setTitle, supportsServiceMethods inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogAccess
getCheckBoxState, getCheckBoxStateAsBoolean, getComboBoxText, getControlEnabled, getControlProperties, getDateFieldValue, getDialog, getFormattedFieldText, getLabelText, getListBoxLineCount, getListBoxSelectedItem, getListBoxStringItemList, getNumericFieldValue, getTextFieldText, setCheckBoxState, setCheckBoxStateAsBoolean, setComboBoxText, setControlEnabled, setDateFieldValue, setDialog, setFormattedFieldText, setLabelText, setListBoxLineCount, setListBoxSelectedItem, setListBoxStringItemList, setNumericFieldValue, setTextFieldText
-
Field Details
-
__serviceName
The component will be registered under this name. -
__implementationName
The component should also have an implementation name. The subclass should override this with a suitable name
-
-
Constructor Details
-
LaTeXOptionsDialog
public LaTeXOptionsDialog(com.sun.star.uno.XComponentContext xContext) Create a new LaTeXOptionsDialog
-
-
Method Details
-
getDialogLibraryName
Description copied from class:OptionsDialogBaseReturn the name of the library containing the dialog- Specified by:
getDialogLibraryNamein classOptionsDialogBase
-
getDialogName
Return the name of the dialog within the library- Specified by:
getDialogNamein classOptionsDialogBase
-
getRegistryPath
Return the name of the registry path- Specified by:
getRegistryPathin classOptionsDialogBase
-
loadSettings
protected void loadSettings(com.sun.star.beans.XPropertySet xProps) Load settings from the registry to the dialog- Specified by:
loadSettingsin classOptionsDialogBase
-
saveSettings
Save settings from the dialog to the registry and create FilterData- Specified by:
saveSettingsin classOptionsDialogBase
-
callHandlerMethod
- Specified by:
callHandlerMethodin interfacecom.sun.star.awt.XDialogEventHandler- Overrides:
callHandlerMethodin classDialogBase
-
getSupportedMethodNames
- Specified by:
getSupportedMethodNamesin interfacecom.sun.star.awt.XDialogEventHandler- Overrides:
getSupportedMethodNamesin classDialogBase
-
isLocked
- Overrides:
isLockedin classOptionsDialogBase
-