public class EpubOptionsDialog extends OptionsDialogBase
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.
|
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED, xContext
xMSF
Constructor | Description |
---|---|
EpubOptionsDialog(com.sun.star.uno.XComponentContext xContext) |
Create a new EpubOptionsDialog
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
callHandlerMethod(com.sun.star.awt.XDialog xDialog,
java.lang.Object event,
java.lang.String sMethod) |
|
java.lang.String |
getDialogLibraryName() |
Return the name of the library containing the dialog
|
java.lang.String |
getDialogName() |
Return the name of the dialog within the library
|
java.lang.String |
getRegistryPath() |
Return the name of the registry path
|
java.lang.String[] |
getSupportedMethodNames() |
|
protected void |
loadSettings(com.sun.star.beans.XPropertySet xProps) |
Load settings from the registry to the dialog
|
protected void |
saveSettings(com.sun.star.beans.XPropertySet xProps,
PropertyHelper helper) |
Save settings from the dialog to the registry and create FilterData
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endDialog, getPropertyValues, getTypes, initialize, isLocked, loadCheckBoxOption, loadComboBoxOption, loadConfig, loadListBoxOption, loadNumericOption, loadTextFieldOption, saveCheckBoxOption, saveCheckBoxOption, saveComboBoxOption, saveComboBoxOption, saveConfig, saveListBoxOption, saveListBoxOption, saveNumericOption, saveNumericOptionAsPercentage, saveTextFieldOption, saveTextFieldOption, setPropertyValues, updateLockedOptions
public static java.lang.String __serviceName
public static java.lang.String __implementationName
public EpubOptionsDialog(com.sun.star.uno.XComponentContext xContext)
public java.lang.String getDialogLibraryName()
OptionsDialogBase
getDialogLibraryName
in class OptionsDialogBase
public java.lang.String getDialogName()
getDialogName
in class OptionsDialogBase
public java.lang.String getRegistryPath()
getRegistryPath
in class OptionsDialogBase
protected void loadSettings(com.sun.star.beans.XPropertySet xProps)
loadSettings
in class OptionsDialogBase
protected void saveSettings(com.sun.star.beans.XPropertySet xProps, PropertyHelper helper)
saveSettings
in class OptionsDialogBase
public boolean callHandlerMethod(com.sun.star.awt.XDialog xDialog, java.lang.Object event, java.lang.String sMethod)
callHandlerMethod
in class DialogBase
public java.lang.String[] getSupportedMethodNames()
getSupportedMethodNames
in class DialogBase