org.openoffice.da.comp.writer2xhtml

Class XhtmlOptionsDialog

public class XhtmlOptionsDialog extends OptionsDialogBase

This class provides a uno component which implements a filter ui for the Xhtml export
Field Summary
static String__implementationName
The component should also have an implementation name.
static String__serviceName
The component will be registered under this name.
Constructor Summary
XhtmlOptionsDialog(XComponentContext xContext)
Create a new XhtmlOptionsDialog
Method Summary
booleancallHandlerMethod(XDialog xDialog, Object event, String sMethod)
StringgetDialogLibraryName()
StringgetDialogName()
Return the name of the dialog within the library
StringgetRegistryPath()
Return the name of the registry path
String[]getSupportedMethodNames()
protected voidloadSettings(XPropertySet xProps)
Load settings from the registry to the dialog
protected voidsaveSettings(XPropertySet xProps, PropertyHelper helper)
Save settings from the dialog to the registry and create FilterData

Field Detail

__implementationName

public static String __implementationName
The component should also have an implementation name.

__serviceName

public static String __serviceName
The component will be registered under this name.

Constructor Detail

XhtmlOptionsDialog

public XhtmlOptionsDialog(XComponentContext xContext)
Create a new XhtmlOptionsDialog

Method Detail

callHandlerMethod

public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod)

getDialogLibraryName

public String getDialogLibraryName()

getDialogName

public String getDialogName()
Return the name of the dialog within the library

getRegistryPath

public String getRegistryPath()
Return the name of the registry path

getSupportedMethodNames

public String[] getSupportedMethodNames()

loadSettings

protected void loadSettings(XPropertySet xProps)
Load settings from the registry to the dialog

saveSettings

protected void saveSettings(XPropertySet xProps, PropertyHelper helper)
Save settings from the dialog to the registry and create FilterData