public class LaTeXOptionsDialog extends OptionsDialogBase
Modifier and Type | Field and 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.
|
xMSF
xContext
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED
Constructor and Description |
---|
LaTeXOptionsDialog(com.sun.star.uno.XComponentContext xContext)
Create a new LaTeXOptionsDialog
|
Modifier and Type | Method and 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 boolean |
isLocked(java.lang.String sOptionName) |
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 filterData)
Save settings from the dialog to the registry and create FilterData
|
endDialog, getPropertyValues, getTypes, initialize, loadCheckBoxOption, loadComboBoxOption, loadConfig, loadListBoxOption, loadNumericOption, loadTextFieldOption, saveCheckBoxOption, saveCheckBoxOption, saveComboBoxOption, saveComboBoxOption, saveConfig, saveListBoxOption, saveListBoxOption, saveNumericOption, saveNumericOptionAsPercentage, saveTextFieldOption, saveTextFieldOption, setPropertyValues, updateLockedOptions
execute, getImplementationId, getImplementationName, getServiceName, getSupportedServiceNames, setTitle, supportsService
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
public static java.lang.String __serviceName
public static java.lang.String __implementationName
public LaTeXOptionsDialog(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 filterData)
saveSettings
in class OptionsDialogBase
public boolean callHandlerMethod(com.sun.star.awt.XDialog xDialog, java.lang.Object event, java.lang.String sMethod)
callHandlerMethod
in interface com.sun.star.awt.XDialogEventHandler
callHandlerMethod
in class DialogBase
public java.lang.String[] getSupportedMethodNames()
getSupportedMethodNames
in interface com.sun.star.awt.XDialogEventHandler
getSupportedMethodNames
in class DialogBase
protected boolean isLocked(java.lang.String sOptionName)
isLocked
in class OptionsDialogBase