Class 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

    public class XhtmlOptionsDialog
    extends OptionsDialogBase
    This class provides a uno component which implements a filter ui for the Xhtml export
    • Field Detail

      • __serviceName

        public static java.lang.String __serviceName
        The component will be registered under this name.
      • __implementationName

        public static java.lang.String __implementationName
        The component should also have an implementation name.
    • Constructor Detail

      • XhtmlOptionsDialog

        public XhtmlOptionsDialog​(com.sun.star.uno.XComponentContext xContext)
        Create a new XhtmlOptionsDialog
    • Method Detail

      • getDialogName

        public java.lang.String getDialogName()
        Return the name of the dialog within the library
        Specified by:
        getDialogName in class OptionsDialogBase
      • loadSettings

        protected void loadSettings​(com.sun.star.beans.XPropertySet xProps)
        Load settings from the registry to the dialog
        Specified by:
        loadSettings in class OptionsDialogBase
      • saveSettings

        protected void saveSettings​(com.sun.star.beans.XPropertySet xProps,
                                    PropertyHelper helper)
        Save settings from the dialog to the registry and create FilterData
        Specified by:
        saveSettings in class OptionsDialogBase
      • callHandlerMethod

        public boolean callHandlerMethod​(com.sun.star.awt.XDialog xDialog,
                                         java.lang.Object event,
                                         java.lang.String sMethod)
        Specified by:
        callHandlerMethod in interface com.sun.star.awt.XDialogEventHandler
        Overrides:
        callHandlerMethod in class DialogBase
      • getSupportedMethodNames

        public java.lang.String[] getSupportedMethodNames()
        Specified by:
        getSupportedMethodNames in interface com.sun.star.awt.XDialogEventHandler
        Overrides:
        getSupportedMethodNames in class DialogBase